Package app.knock.api.services.async
Class BulkOperationServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.BulkOperationServiceAsync
public final class BulkOperationServiceAsyncImpl implements BulkOperationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkOperationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BulkOperationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BulkOperation>get(BulkOperationGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BulkOperationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
get
CompletableFuture<BulkOperation> get(BulkOperationGetParams params, RequestOptions requestOptions)
-
-
-
-