Package com.mypurecloud.sdk.v2.model
Class BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
- All Implemented Interfaces:
Serializable
public class BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
extends Object
implements Serializable
BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionentity(Relationship entity) The entity which was affected by this Bulk operation.booleanerror(BulkEntityErrorRelationship error) An error describing why this Bulk operation failed.getError()getId()inthashCode()The id associated with this operation.voidsetEntity(Relationship entity) voidvoidvoidvoidsetSuccess(Boolean success) Status Code for the requested operation.Whether the requested operation completed successfully.toString()
-
Constructor Details
-
BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
public BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship() -
BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship
public BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship(Boolean initWithEmptyList)
-
-
Method Details
-
id
The id associated with this operation. For Bulk Enrich, this id is specified in the request; for all other Bulk endpoints, this id is the id of the affected entity. -
getId
-
setId
-
success
public BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship success(Boolean success) Whether the requested operation completed successfully. -
getSuccess
-
setSuccess
-
entity
public BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship entity(Relationship entity) The entity which was affected by this Bulk operation. Only returned on success. -
getEntity
-
setEntity
-
error
public BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship error(BulkEntityErrorRelationship error) An error describing why this Bulk operation failed. Only returned on failure. -
getError
-
setError
-
status
Status Code for the requested operation. -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-