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