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