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