BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.BulkRequestOperationCreator.bulkId(String bulkId) |
sets the bulkId for this operation.
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.bulkRequestOperation(String path) |
sets the path to the resource endpoint e.g.
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.bulkRequestOperation(String path,
String id) |
sets the path to the resource endpoint e.g.
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.BulkRequestOperationCreator.data(com.fasterxml.jackson.databind.JsonNode data) |
sets the request body for this operation if any is required
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.BulkRequestOperationCreator.data(String data) |
sets the request body for this operation if any is required
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.BulkRequestOperationCreator.method(HttpMethod method) |
sets the http method for this bulk operation
|
BulkBuilder.BulkRequestOperationCreator |
BulkBuilder.BulkRequestOperationCreator.version(ETag version) |
sets the etag version for this operation which may be used on update, path and delete requests
|