Uses of Class
com.mypurecloud.sdk.v2.model.BulkResponseResultVoidEntityBulkEntityErrorEntity
Packages that use BulkResponseResultVoidEntityBulkEntityErrorEntity
-
Uses of BulkResponseResultVoidEntityBulkEntityErrorEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkResponseResultVoidEntityBulkEntityErrorEntityModifier and TypeMethodDescriptionThe entity which was affected by this Bulk operation.BulkResponseResultVoidEntityBulkEntityErrorEntity.error(BulkEntityErrorEntity error) An error describing why this Bulk operation failed.The id associated with this operation.Status Code for the requested operation.Whether the requested operation completed successfully.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BulkResponseResultVoidEntityBulkEntityErrorEntityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BulkResponseResultVoidEntityBulkEntityErrorEntityModifier and TypeMethodDescriptionBulkDeleteResponse.results(List<BulkResponseResultVoidEntityBulkEntityErrorEntity> results) A list of results for all of the Bulk operations specified in the request.voidBulkDeleteResponse.setResults(List<BulkResponseResultVoidEntityBulkEntityErrorEntity> results)