Uses of Class
com.mypurecloud.sdk.v2.model.BulkResult
Packages that use BulkResult
-
Uses of BulkResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkResultModifier and TypeMethodDescriptionThe result of the operation if it succeeded.Error details if the operation failed.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BulkResultModifier and TypeMethodDescriptionBulkCallbackPatchResponse.getResults()BulkResponse.getResults()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type BulkResultModifier and TypeMethodDescriptionBulkCallbackPatchResponse.results(List<BulkResult> results) A list of the results from the bulk operation.BulkResponse.results(List<BulkResult> results) A list of the results from the bulk operation.voidBulkCallbackPatchResponse.setResults(List<BulkResult> results) voidBulkResponse.setResults(List<BulkResult> results)