Uses of Class
de.captaingoldfish.scim.sdk.client.builder.BulkBuilder
Packages that use BulkBuilder
-
Uses of BulkBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return BulkBuilderModifier and TypeMethodDescriptionScimRequestBuilder.bulk()builds an bulk request builderbuilds an bulk request builder -
Uses of BulkBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return BulkBuilderModifier and TypeMethodDescriptionBulkBuilder.addOperations(List<BulkRequestOperation> requestOperations) adds the given list of operationsBulkBuilder.failOnErrors(Integer failOnErrors) sets how many errors are allowed on the server side before the request should be rolled backBulkBuilder.BulkRequestOperationCreator.next()BulkBuilder.setExpectedResponseHeaders(Map<String, String> requiredResponseHeaders) Set this if the SCIM provider is not behaving SCIM compliant by manipulating the expected headers that will be returned from the server null: The headers are checked as normally for the content-type "application/scim+json" empty map: The check of response headers is disabled filled map: The check of the response headers will be done with the entries of this mapConstructors in de.captaingoldfish.scim.sdk.client.builder with parameters of type BulkBuilder