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