Class BulkServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.users.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>identify(BulkIdentifyParams params, RequestOptions requestOptions)CompletableFuture<BulkOperation>setPreferences(BulkSetPreferencesParams 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)
-
identify
CompletableFuture<BulkOperation> identify(BulkIdentifyParams params, RequestOptions requestOptions)
-
setPreferences
CompletableFuture<BulkOperation> setPreferences(BulkSetPreferencesParams params, RequestOptions requestOptions)
-
-
-
-