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