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