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