| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.client | |
| de.captaingoldfish.scim.sdk.client.builder |
| Modifier and Type | Method and Description |
|---|---|
<T extends ResourceNode> |
ScimRequestBuilder.update(Class<T> type)
builds an update builder class based on the given type
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBuilder<T> |
UpdateBuilder.setEndpoint(String endpoint) |
UpdateBuilder<T> |
UpdateBuilder.setETagForIfMatch(ETag version)
uses the given version with a If-Match header in the request
|
UpdateBuilder<T> |
UpdateBuilder.setETagForIfMatch(String version)
uses the given version with a If-Match header in the request
|
UpdateBuilder<T> |
UpdateBuilder.setETagForIfNoneMatch(ETag version)
uses the given version with a If-Match header in the request
|
UpdateBuilder<T> |
UpdateBuilder.setETagForIfNoneMatch(String version)
uses the given version with a If-Match header in the request
|
UpdateBuilder<T> |
UpdateBuilder.setId(String id) |
UpdateBuilder<T> |
UpdateBuilder.setResource(com.fasterxml.jackson.databind.JsonNode resource) |
UpdateBuilder<T> |
UpdateBuilder.setResource(String resource) |
Copyright © 2020. All rights reserved.