Package com.mypurecloud.sdk.v2.model
Class HistoricalDataDisallowedDeleteEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.HistoricalDataDisallowedDeleteEntity
- All Implemented Interfaces:
Serializable
HistoricalDataDisallowedDeleteEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe error code explaining why the delete request for the requestId was disallowed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The error code explaining why the delete request for the requestId was disallowedThe requestId associated with this disallowed entityvoidvoidsetRequestId(String requestId) toString()
-
Constructor Details
-
HistoricalDataDisallowedDeleteEntity
public HistoricalDataDisallowedDeleteEntity() -
HistoricalDataDisallowedDeleteEntity
-
-
Method Details
-
requestId
The requestId associated with this disallowed entity -
getRequestId
-
setRequestId
-
reason
public HistoricalDataDisallowedDeleteEntity reason(HistoricalDataDisallowedDeleteEntity.ReasonEnum reason) The error code explaining why the delete request for the requestId was disallowed -
getReason
-
setReason
-
equals
-
hashCode
public int hashCode() -
toString
-