Class BulkServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.tenants.BulkServiceAsync
public final class BulkServiceAsyncImpl implements BulkServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BulkServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BulkOperation>delete(BulkDeleteParams params, RequestOptions requestOptions)CompletableFuture<BulkOperation>set(BulkSetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
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, RequestOptions requestOptions)
-
set
CompletableFuture<BulkOperation> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-