Package com.courier.services.async
Class RequestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.RequestServiceAsync
public final class RequestServiceAsyncImpl implements RequestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRequestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RequestServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RequestServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>archive(RequestArchiveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
RequestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RequestServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
archive
CompletableFuture<Void> archive(RequestArchiveParams params, RequestOptions requestOptions)
-
-
-
-