Uses of Class
de.captaingoldfish.scim.sdk.client.builder.UpdateBuilder
Packages that use UpdateBuilder
-
Uses of UpdateBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return UpdateBuilderModifier and TypeMethodDescription<T extends ResourceNode>
UpdateBuilder<T>builds an update builder class used to update a singleton entry at the provider<T extends ResourceNode>
UpdateBuilder<T>builds an update builder class based on the given type<T extends ResourceNode>
UpdateBuilder<T>builds an update builder class based on the given type -
Uses of UpdateBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return UpdateBuilderModifier and TypeMethodDescriptionUpdateBuilder.setETagForIfMatch(ETag version) uses the given version with a If-Match header in the requestUpdateBuilder.setETagForIfMatch(String version) uses the given version with a If-Match header in the requestUpdateBuilder.setETagForIfNoneMatch(ETag version) uses the given version with a If-Match header in the requestUpdateBuilder.setETagForIfNoneMatch(String version) uses the given version with a If-Match header in the requestUpdateBuilder.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 mapUpdateBuilder.setResource(com.fasterxml.jackson.databind.JsonNode resource) UpdateBuilder.setResource(String resource)