Class BulkServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.objects.BulkServiceAsync.WithRawResponse
public final class BulkServiceAsyncImpl.WithRawResponseImpl implements BulkServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BulkOperation>>delete(BulkDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BulkOperation>>addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BulkOperation>>set(BulkSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.objects.BulkServiceAsync.WithRawResponse
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
-
delete
CompletableFuture<HttpResponseFor<BulkOperation>> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
CompletableFuture<HttpResponseFor<BulkOperation>> addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
set
CompletableFuture<HttpResponseFor<BulkOperation>> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-