Uses of Enum Class
com.mypurecloud.sdk.v2.model.HistoricalDataDisallowedDeleteEntity.ReasonEnum
Packages that use HistoricalDataDisallowedDeleteEntity.ReasonEnum
-
Uses of HistoricalDataDisallowedDeleteEntity.ReasonEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HistoricalDataDisallowedDeleteEntity.ReasonEnumModifier and TypeMethodDescriptionHistoricalDataDisallowedDeleteEntity.ReasonEnum.fromString(String key) HistoricalDataDisallowedDeleteEntity.getReason()Returns the enum constant of this class with the specified name.HistoricalDataDisallowedDeleteEntity.ReasonEnum.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 HistoricalDataDisallowedDeleteEntity.ReasonEnumModifier and TypeMethodDescriptionHistoricalDataDisallowedDeleteEntity.reason(HistoricalDataDisallowedDeleteEntity.ReasonEnum reason) The error code explaining why the delete request for the requestId was disallowedvoidHistoricalDataDisallowedDeleteEntity.setReason(HistoricalDataDisallowedDeleteEntity.ReasonEnum reason)