Package com.mypurecloud.sdk.v2.model
Class BulkEntityErrorRelationship
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkEntityErrorRelationship
- All Implemented Interfaces:
Serializable
BulkEntityErrorRelationship
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn error code for the specific error condition.details(List<BulkErrorDetail> details) Additional error details for specific fields.entity(Relationship entity) The entity body specified in the Bulk request operation that caused this error.booleangetCode()inthashCode()A short error message.Whether this particular error should be retried.voidvoidsetDetails(List<BulkErrorDetail> details) voidsetEntity(Relationship entity) voidsetMessage(String message) voidsetRetryable(Boolean retryable) voidThe HTTP Status Code for the error.toString()
-
Constructor Details
-
BulkEntityErrorRelationship
public BulkEntityErrorRelationship() -
BulkEntityErrorRelationship
-
-
Method Details
-
code
An error code for the specific error condition. -
getCode
-
setCode
-
message
A short error message. -
getMessage
-
setMessage
-
status
The HTTP Status Code for the error. -
getStatus
-
setStatus
-
retryable
Whether this particular error should be retried. -
getRetryable
-
setRetryable
-
details
Additional error details for specific fields. -
getDetails
-
setDetails
-
entity
The entity body specified in the Bulk request operation that caused this error. -
getEntity
-
setEntity
-
equals
-
hashCode
public int hashCode() -
toString
-