Uses of Enum Class
com.mypurecloud.sdk.v2.model.AsyncJob.StateEnum
Packages that use AsyncJob.StateEnum
-
Uses of AsyncJob.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AsyncJob.StateEnumModifier and TypeMethodDescriptionstatic AsyncJob.StateEnumAsyncJob.StateEnum.fromString(String key) AsyncJob.getState()static AsyncJob.StateEnumReturns the enum constant of this class with the specified name.static AsyncJob.StateEnum[]AsyncJob.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 AsyncJob.StateEnumModifier and TypeMethodDescriptionvoidAsyncJob.setState(AsyncJob.StateEnum state) AsyncJob.state(AsyncJob.StateEnum state)