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