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