Package com.mypurecloud.sdk.v2.model
Class BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
- All Implemented Interfaces:
Serializable
public class BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
extends Object
implements Serializable
BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentity(ExternalOrganization entity) The entity which was affected by this Bulk operation.booleanAn error describing why this Bulk operation failed.getError()getId()inthashCode()The id associated with this operation.voidsetEntity(ExternalOrganization entity) voidvoidvoidvoidsetSuccess(Boolean success) Status Code for the requested operation.Whether the requested operation completed successfully.toString()
-
Constructor Details
-
BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization() -
BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization(Boolean initWithEmptyList)
-
-
Method Details
-
id
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization id(String 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 BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization success(Boolean success) Whether the requested operation completed successfully. -
getSuccess
-
setSuccess
-
entity
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization entity(ExternalOrganization entity) The entity which was affected by this Bulk operation. Only returned on success. -
getEntity
-
setEntity
-
error
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization error(BulkEntityErrorExternalOrganization error) An error describing why this Bulk operation failed. Only returned on failure. -
getError
-
setError
-
status
public BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization status(Integer status) Status Code for the requested operation. -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-