Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicChat.DisconnectTypeEnum
Packages that use ConversationEventTopicChat.DisconnectTypeEnum
-
Uses of ConversationEventTopicChat.DisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicChat.DisconnectTypeEnumModifier and TypeMethodDescriptionConversationEventTopicChat.DisconnectTypeEnum.fromString(String key) ConversationEventTopicChat.getDisconnectType()Returns the enum constant of this class with the specified name.ConversationEventTopicChat.DisconnectTypeEnum.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 ConversationEventTopicChat.DisconnectTypeEnumModifier and TypeMethodDescriptionConversationEventTopicChat.disconnectType(ConversationEventTopicChat.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.voidConversationEventTopicChat.setDisconnectType(ConversationEventTopicChat.DisconnectTypeEnum disconnectType)