Uses of Class
com.mypurecloud.sdk.v2.model.DisconnectReason
Packages that use DisconnectReason
-
Uses of DisconnectReason in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DisconnectReasonModifier and TypeMethodDescriptionProtocol specific reason code.Human readable English description of the disconnect reason.DisconnectReason.type(DisconnectReason.TypeEnum type) Disconnect reason protocol type.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DisconnectReasonMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DisconnectReasonModifier and TypeMethodDescriptionCall.disconnectReasons(List<DisconnectReason> disconnectReasons) List of reasons that this call was disconnected.CallBasic.disconnectReasons(List<DisconnectReason> disconnectReasons) List of reasons that this call was disconnected.voidCall.setDisconnectReasons(List<DisconnectReason> disconnectReasons) voidCallBasic.setDisconnectReasons(List<DisconnectReason> disconnectReasons)