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