Uses of Enum Class
com.mypurecloud.sdk.v2.model.CommunicationEndedEvent.DisconnectTypeEnum
Packages that use CommunicationEndedEvent.DisconnectTypeEnum
-
Uses of CommunicationEndedEvent.DisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommunicationEndedEvent.DisconnectTypeEnumModifier and TypeMethodDescriptionCommunicationEndedEvent.DisconnectTypeEnum.fromString(String key) CommunicationEndedEvent.getDisconnectType()Returns the enum constant of this class with the specified name.CommunicationEndedEvent.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 CommunicationEndedEvent.DisconnectTypeEnumModifier and TypeMethodDescriptionCommunicationEndedEvent.disconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended.voidCommunicationEndedEvent.setDisconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType)