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