Uses of Class
de.captaingoldfish.scim.sdk.client.builder.GetBuilder
-
Packages that use GetBuilder Package Description de.captaingoldfish.scim.sdk.client de.captaingoldfish.scim.sdk.client.builder -
-
Uses of GetBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return GetBuilder Modifier and Type Method Description <T extends ResourceNode>
GetBuilder<T>ScimRequestBuilder. get(Class<T> type, String endpoint)builds a get builder that is used to access a singleton resource from the provider<T extends ResourceNode>
GetBuilder<T>ScimRequestBuilder. get(Class<T> type, String endpoint, String resourceId)builds a get builder class based on the given type<T extends ResourceNode>
GetBuilder<T>ScimRequestBuilder. get(String fullyQualifiedUrl, Class<T> type)builds a get builder class based on the given type -
Uses of GetBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return GetBuilder Modifier and Type Method Description GetBuilder<T>GetBuilder. setETagForIfMatch(ETag version)uses the given version with a If-Match header in the requestGetBuilder<T>GetBuilder. setETagForIfMatch(String version)uses the given version with a If-Match header in the requestGetBuilder<T>GetBuilder. setETagForIfNoneMatch(ETag version)uses the given version with a If-Match header in the requestGetBuilder<T>GetBuilder. setETagForIfNoneMatch(String version)uses the given version with a If-Match header in the request
-