Uses of Enum Class
com.mypurecloud.sdk.v2.model.SourceLastSync.StateEnum
Packages that use SourceLastSync.StateEnum
-
Uses of SourceLastSync.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SourceLastSync.StateEnumModifier and TypeMethodDescriptionstatic SourceLastSync.StateEnumSourceLastSync.StateEnum.fromString(String key) SourceLastSync.getState()static SourceLastSync.StateEnumReturns the enum constant of this class with the specified name.static SourceLastSync.StateEnum[]SourceLastSync.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type SourceLastSync.StateEnumModifier and TypeMethodDescriptionvoidSourceLastSync.setState(SourceLastSync.StateEnum state) SourceLastSync.state(SourceLastSync.StateEnum state) State of the last synchronization.