Class BulkServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.schedules.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>create(BulkCreateParams 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.
-
create
CompletableFuture<BulkOperation> create(BulkCreateParams params, RequestOptions requestOptions)
-
-
-
-