Uses of Enum Class
com.mypurecloud.sdk.v2.model.Conversation.StateEnum
Packages that use Conversation.StateEnum
-
Uses of Conversation.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Conversation.StateEnumModifier and TypeMethodDescriptionstatic Conversation.StateEnumConversation.StateEnum.fromString(String key) Conversation.getState()static Conversation.StateEnumReturns the enum constant of this class with the specified name.static Conversation.StateEnum[]Conversation.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 Conversation.StateEnumModifier and TypeMethodDescriptionvoidConversation.setState(Conversation.StateEnum state) Conversation.state(Conversation.StateEnum state) On update, 'disconnected' will disconnect the conversation.