Uses of Enum Class
com.mypurecloud.sdk.v2.model.InternalMessage.DisconnectTypeEnum
Packages that use InternalMessage.DisconnectTypeEnum
-
Uses of InternalMessage.DisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InternalMessage.DisconnectTypeEnumModifier and TypeMethodDescriptionInternalMessage.DisconnectTypeEnum.fromString(String key) InternalMessage.getDisconnectType()Returns the enum constant of this class with the specified name.static InternalMessage.DisconnectTypeEnum[]InternalMessage.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 InternalMessage.DisconnectTypeEnumModifier and TypeMethodDescriptionInternalMessage.disconnectType(InternalMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.voidInternalMessage.setDisconnectType(InternalMessage.DisconnectTypeEnum disconnectType)