Uses of Enum Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum
Packages that use QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum
-
Uses of QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnumModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum.fromString(String key) QueueConversationSocialExpressionEventTopicDisconnectReason.getType()Returns the enum constant of this class with the specified name.QueueConversationSocialExpressionEventTopicDisconnectReason.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 QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnumModifier and TypeMethodDescriptionvoidQueueConversationSocialExpressionEventTopicDisconnectReason.setType(QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum type) QueueConversationSocialExpressionEventTopicDisconnectReason.type(QueueConversationSocialExpressionEventTopicDisconnectReason.TypeEnum type) Disconnect reason protocol type.