Class BulkServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.objects.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>addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)CompletableFuture<BulkOperation>set(BulkSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.objects.BulkServiceAsync
addSubscriptions, addSubscriptions, addSubscriptions, delete, delete, delete, set, set, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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)
-
addSubscriptions
CompletableFuture<BulkOperation> addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
set
CompletableFuture<BulkOperation> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-