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