Package com.mypurecloud.sdk.v2.model
Class BulkOrganizationsEnrichResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkOrganizationsEnrichResponse
- All Implemented Interfaces:
Serializable
BulkOrganizationsEnrichResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) The number of failed operations in the results.errorIndexes(List<Integer> errorIndexes) The indexes of all failed operations in the results field.List<BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest>inthashCode()results(List<BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest> results) A list of results for all of the Bulk operations specified in the request.voidsetErrorCount(Integer errorCount) voidsetErrorIndexes(List<Integer> errorIndexes) voidsetResults(List<BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest> results) toString()
-
Constructor Details
-
BulkOrganizationsEnrichResponse
public BulkOrganizationsEnrichResponse() -
BulkOrganizationsEnrichResponse
-
-
Method Details
-
results
public BulkOrganizationsEnrichResponse results(List<BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest> results) A list of results for all of the Bulk operations specified in the request. Includes both successes and failures. Ordering is NOT guaranteed - may be in a different order from the request. -
getResults
-
setResults
public void setResults(List<BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest> results) -
errorCount
The number of failed operations in the results. -
getErrorCount
-
setErrorCount
-
errorIndexes
The indexes of all failed operations in the results field. -
getErrorIndexes
-
setErrorIndexes
-
equals
-
hashCode
public int hashCode() -
toString
-