| Modifier and Type | Method and Description |
|---|---|
static ETag |
ETag.newInstance(String version)
a creation method especially used with the method
ScimObjectNode.getStringAttribute(String, Class) |
static ETag |
ETag.parseETag(String version)
checks the given string and parses it into an entity tag
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ETag> |
BulkRequestOperation.getVersion()
The version of the resource being returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkRequestOperation.setVersion(ETag version)
The version of the resource being returned.
|
| Constructor and Description |
|---|
BulkRequestOperation(HttpMethod method,
String bulkId,
String path,
String data,
ETag version) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ETag> |
Meta.getVersion()
The version of the resource being returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Meta.setVersion(ETag version)
The version of the resource being returned.
|
Meta.MetaBuilder |
Meta.MetaBuilder.version(ETag version)
The version of the resource being returned.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ETag> |
BulkResponseOperation.getVersion()
The version of the resource being returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkResponseOperation.setVersion(ETag version)
The version of the resource being returned.
|
| Constructor and Description |
|---|
BulkResponseOperation(HttpMethod method,
String bulkId,
ETag version,
String location,
Integer status,
ErrorResponse response) |
Copyright © 2020. All rights reserved.