Uses of Class
de.captaingoldfish.scim.sdk.client.builder.PatchBuilder
Packages that use PatchBuilder
-
Uses of PatchBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return PatchBuilderModifier and TypeMethodDescription<T extends ResourceNode>
PatchBuilder<T>builds a patch request builder used to patch a singleton entry at the provider<T extends ResourceNode>
PatchBuilder<T>builds a patch request builder<T extends ResourceNode>
PatchBuilder<T>builds a patch request builder -
Uses of PatchBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return PatchBuilderModifier and TypeMethodDescriptionPatchBuilder.PatchOperationBuilder.build()builds this operationPatchBuilder.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 mapPatchBuilder.setPatchResource(PatchOpRequest resource) sets the patch request directly if already build into the request contextPatchBuilder.setPatchResource(String resource) sets the patch request directly if already build into the request contextConstructors in de.captaingoldfish.scim.sdk.client.builder with parameters of type PatchBuilder