Package com.mypurecloud.sdk.v2.model
Class BulkResponseResultExternalContactEntityBulkEntityErrorEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkResponseResultExternalContactEntityBulkEntityErrorEntity
- All Implemented Interfaces:
Serializable
public class BulkResponseResultExternalContactEntityBulkEntityErrorEntity
extends Object
implements Serializable
BulkResponseResultExternalContactEntityBulkEntityErrorEntity
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkResponseResultExternalContactEntityBulkEntityErrorEntity(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionentity(ExternalContact entity) The entity which was affected by this Bulk operation.booleanerror(BulkEntityErrorEntity error) An error describing why this Bulk operation failed.getError()getId()inthashCode()The id associated with this operation.voidsetEntity(ExternalContact entity) voidsetError(BulkEntityErrorEntity error) voidvoidvoidsetSuccess(Boolean success) Status Code for the requested operation.Whether the requested operation completed successfully.toString()
-
Constructor Details
-
BulkResponseResultExternalContactEntityBulkEntityErrorEntity
public BulkResponseResultExternalContactEntityBulkEntityErrorEntity() -
BulkResponseResultExternalContactEntityBulkEntityErrorEntity
-
-
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
Whether the requested operation completed successfully. -
getSuccess
-
setSuccess
-
entity
The entity which was affected by this Bulk operation. Only returned on success. -
getEntity
-
setEntity
-
error
public BulkResponseResultExternalContactEntityBulkEntityErrorEntity error(BulkEntityErrorEntity 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
-