Interface BulkServiceAsync
-
- All Implemented Interfaces:
public interface BulkServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBulkServiceAsync.WithRawResponseA view of BulkServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract BulkServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BulkOperation>delete(BulkDeleteParams params)Delete multiple tenants in a single operation. abstract CompletableFuture<BulkOperation>delete(BulkDeleteParams params, RequestOptions requestOptions)CompletableFuture<BulkOperation>set(BulkSetParams params)Set or update up to 1,000 tenants in a single operation. abstract CompletableFuture<BulkOperation>set(BulkSetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract BulkServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
delete
CompletableFuture<BulkOperation> delete(BulkDeleteParams params)
Delete multiple tenants in a single operation. This operation cannot be undone.
-
delete
abstract CompletableFuture<BulkOperation> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
set
CompletableFuture<BulkOperation> set(BulkSetParams params)
Set or update up to 1,000 tenants in a single operation.
-
set
abstract CompletableFuture<BulkOperation> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-