Uses of Class
de.captaingoldfish.scim.sdk.client.builder.DeleteBuilder
-
Packages that use DeleteBuilder Package Description de.captaingoldfish.scim.sdk.client de.captaingoldfish.scim.sdk.client.builder -
-
Uses of DeleteBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return DeleteBuilder Modifier and Type Method Description <T extends ResourceNode>
DeleteBuilder<T>ScimRequestBuilder. delete(Class<T> type, String endpoint)builds a delete builder class based on the given type used to delete a singleton entry at the provider<T extends ResourceNode>
DeleteBuilder<T>ScimRequestBuilder. delete(Class<T> type, String endpoint, String resourceId)builds a delete builder class based on the given type<T extends ResourceNode>
DeleteBuilder<T>ScimRequestBuilder. delete(String fullyQualifiedUrl, Class<T> type)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 DeleteBuilder Modifier and Type Method Description DeleteBuilder<T>DeleteBuilder. setETagForIfMatch(ETag version)uses the given version with a If-Match header in the requestDeleteBuilder<T>DeleteBuilder. setETagForIfMatch(String version)uses the given version with a If-Match header in the requestDeleteBuilder<T>DeleteBuilder. setETagForIfNoneMatch(ETag version)uses the given version with a If-Match header in the requestDeleteBuilder<T>DeleteBuilder. setETagForIfNoneMatch(String version)uses the given version with a If-Match header in the request
-