Uses of Class
de.captaingoldfish.scim.sdk.client.builder.DeleteBuilder
Packages that use DeleteBuilder
-
Uses of DeleteBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return DeleteBuilderModifier and TypeMethodDescription<T extends ResourceNode>
DeleteBuilder<T>builds a delete builder class based on the given type used to delete a singleton entry at the provider<T extends ResourceNode>
DeleteBuilder<T>builds a delete builder class based on the given type<T extends ResourceNode>
DeleteBuilder<T>builds a delete builder class based on the given type -
Uses of DeleteBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return DeleteBuilderModifier and TypeMethodDescriptionDeleteBuilder.setETagForIfMatch(ETag version) uses the given version with a If-Match header in the requestDeleteBuilder.setETagForIfMatch(String version) uses the given version with a If-Match header in the requestDeleteBuilder.setETagForIfNoneMatch(ETag version) uses the given version with a If-Match header in the requestDeleteBuilder.setETagForIfNoneMatch(String version) uses the given version with a If-Match header in the requestprotected DeleteBuilder<T>DeleteBuilder.setExpectedResponseHeaders(Map<String, String> requiredResponseHeaders) Kept protected for delete requests to prevent misunderstandings.