Package com.mypurecloud.sdk.v2.model
Class BulkCallbackPatchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkCallbackPatchResponse
- All Implemented Interfaces:
Serializable
BulkCallbackPatchResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) The number of errors from the bulk operation.errorIndexes(List<Integer> errorIndexes) An index of where the errors are in the listing.inthashCode()results(List<BulkResult> results) A list of the results from the bulk operation.voidsetErrorCount(Integer errorCount) voidsetErrorIndexes(List<Integer> errorIndexes) voidsetResults(List<BulkResult> results) toString()
-
Constructor Details
-
BulkCallbackPatchResponse
public BulkCallbackPatchResponse() -
BulkCallbackPatchResponse
-
-
Method Details
-
results
A list of the results from the bulk operation. -
getResults
-
setResults
-
errorCount
The number of errors from the bulk operation. -
getErrorCount
-
setErrorCount
-
errorIndexes
An index of where the errors are in the listing. -
getErrorIndexes
-
setErrorIndexes
-
equals
-
hashCode
public int hashCode() -
toString
-