Uses of Class
org.zalando.fahrschein.domain.DataOperation
-
Packages that use DataOperation Package Description org.zalando.fahrschein.domain -
-
Uses of DataOperation in org.zalando.fahrschein.domain
Methods in org.zalando.fahrschein.domain that return DataOperation Modifier and Type Method Description DataOperationAbstractDataChangeEvent. getDataOp()DataOperationDataChangeEvent. getDataOp()static DataOperationDataOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static DataOperation[]DataOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.zalando.fahrschein.domain with parameters of type DataOperation Constructor Description AbstractDataChangeEvent(Metadata metadata, String dataType, DataOperation dataOp, T data)
-