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