Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChatMediaParticipant.DisconnectTypeEnum
Packages that use ChatMediaParticipant.DisconnectTypeEnum
-
Uses of ChatMediaParticipant.DisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatMediaParticipant.DisconnectTypeEnumModifier and TypeMethodDescriptionChatMediaParticipant.DisconnectTypeEnum.fromString(String key) ChatMediaParticipant.getDisconnectType()Returns the enum constant of this class with the specified name.ChatMediaParticipant.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 ChatMediaParticipant.DisconnectTypeEnumModifier and TypeMethodDescriptionChatMediaParticipant.disconnectType(ChatMediaParticipant.DisconnectTypeEnum disconnectType) The reason the participant was disconnected from the conversation.voidChatMediaParticipant.setDisconnectType(ChatMediaParticipant.DisconnectTypeEnum disconnectType)