Uses of Class
de.captaingoldfish.scim.sdk.client.builder.BulkBuilder.BulkRequestOperationCreator
Packages that use BulkBuilder.BulkRequestOperationCreator
-
Uses of BulkBuilder.BulkRequestOperationCreator in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return BulkBuilder.BulkRequestOperationCreatorModifier and TypeMethodDescriptionsets the bulkId for this operation.BulkBuilder.bulkRequestOperation(String path) sets the path to the resource endpoint e.g.BulkBuilder.bulkRequestOperation(String path, String id) sets the path to the resource endpoint e.g.BulkBuilder.BulkRequestOperationCreator.data(com.fasterxml.jackson.databind.JsonNode data) sets the request body for this operation if any is requiredsets the request body for this operation if any is requiredBulkBuilder.BulkRequestOperationCreator.maxResourceLevel(int maxResourceLevel) only usable for the SCIM-SDKs Bulk-Get custom feature.BulkBuilder.BulkRequestOperationCreator.method(HttpMethod method) sets the http method for this bulk operationBulkBuilder.BulkRequestOperationCreator.returnResource(boolean returnResource) asks the server to return the resource within the bulk response.sets the etag version for this operation which may be used on update, path and delete requests