Uses of Class
com.cumulocity.sdk.client.ProcessingMode
-
Packages that use ProcessingMode Package Description com.cumulocity.sdk.client -
-
Uses of ProcessingMode in com.cumulocity.sdk.client
Fields in com.cumulocity.sdk.client declared as ProcessingMode Modifier and Type Field Description static ProcessingModeProcessingMode. DEFAULTMethods in com.cumulocity.sdk.client that return ProcessingMode Modifier and Type Method Description static ProcessingModeProcessingMode. parse(String value)static ProcessingModeProcessingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingMode[]ProcessingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cumulocity.sdk.client with parameters of type ProcessingMode Modifier and Type Method Description static booleanProcessingMode. isPersistent(ProcessingMode other)static booleanProcessingMode. isQuiescent(ProcessingMode other)
-