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