| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
BulkOperation.Method |
BulkOperation.getMethod()
Retrieve HTTP method of the operation.
|
BulkOperation.Method |
BulkException.getMethod()
Retrieve HTTP method of the operation.
|
static BulkOperation.Method |
BulkOperation.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkOperation.Method[] |
BulkOperation.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkOperation |
BulkOperation.createRequest(BulkOperation.Method method,
String bulkId,
String version,
String path,
BaseResource data)
Create a new operation for a bulk request.
|
static BulkOperation |
BulkOperation.createResponse(BulkOperation.Method method,
String bulkId,
String version,
String location,
Status status)
Create a new operation for a bulk response.
|
| Constructor and Description |
|---|
BulkException(SCIMException throwable,
BulkOperation.Method method,
String bulkId,
String path) |
BulkOperation(BulkOperation.Method method,
String bulkId,
String version,
String path,
String location,
BaseResource data,
Status status)
Construct a new BulkOperation object.
|
Copyright © 2011–2016 UnboundID. All rights reserved.