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