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