Uses of Enum Class
com.mypurecloud.sdk.v2.model.Message.TypeEnum
Packages that use Message.TypeEnum
-
Uses of Message.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Message.TypeEnumModifier and TypeMethodDescriptionstatic Message.TypeEnumMessage.TypeEnum.fromString(String key) Message.getType()static Message.TypeEnumReturns the enum constant of this class with the specified name.static Message.TypeEnum[]Message.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidMessage.setType(Message.TypeEnum type) Message.type(Message.TypeEnum type) Indicates the type of message platform from which the message originated.