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