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