| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.constants.enums | |
| de.captaingoldfish.scim.sdk.common.request | |
| de.captaingoldfish.scim.sdk.common.response |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected static List<HttpMethod> |
BulkRequestOperation.VALID_METHODS
these are the only http methods allowed by bulk
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
BulkRequestOperation.getMethod()
The HTTP method of the current operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkRequestOperation.setMethod(HttpMethod method)
The HTTP method of the current operation.
|
| Constructor and Description |
|---|
BulkRequestOperation(HttpMethod method,
String bulkId,
String path,
String data,
ETag version) |
| Modifier and Type | Field and Description |
|---|---|
protected static List<HttpMethod> |
BulkResponseOperation.VALID_METHODS
these are the only http methods allowed by bulk
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
BulkResponseOperation.getMethod()
The HTTP method of the current operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkResponseOperation.setMethod(HttpMethod method)
The HTTP method of the current operation.
|
| Constructor and Description |
|---|
BulkResponseOperation(HttpMethod method,
String bulkId,
ETag version,
String location,
Integer status,
ErrorResponse response) |
Copyright © 2020. All rights reserved.