public abstract class ETagRequestBuilder<T extends ResourceNode> extends RequestBuilder<T>
| Constructor and Description |
|---|
ETagRequestBuilder(String baseUrl,
ScimClientConfig scimClientConfig,
Class<T> responseEntityType) |
| Modifier and Type | Method and Description |
|---|---|
ETagRequestBuilder<T> |
setETagForIfMatch(ETag version)
uses the given version with a If-Match header in the request
|
ETagRequestBuilder<T> |
setETagForIfMatch(String version)
uses the given version with a If-Match header in the request
|
ETagRequestBuilder<T> |
setETagForIfNoneMatch(ETag version)
uses the given version with a If-Match header in the request
|
ETagRequestBuilder<T> |
setETagForIfNoneMatch(String version)
uses the given version with a If-Match header in the request
|
buildScimResponse, getHttpUriRequest, sendRequest, sendRequest, setEndpoint, setResource, setResourcepublic ETagRequestBuilder(String baseUrl, ScimClientConfig scimClientConfig, Class<T> responseEntityType)
public ETagRequestBuilder<T> setETagForIfMatch(String version)
version - the version to use in the requestpublic ETagRequestBuilder<T> setETagForIfNoneMatch(String version)
version - the version to use in the requestpublic ETagRequestBuilder<T> setETagForIfMatch(ETag version)
version - the version to use in the requestpublic ETagRequestBuilder<T> setETagForIfNoneMatch(ETag version)
version - the version to use in the requestCopyright © 2020. All rights reserved.