Package com.courier.services.async
Class RequestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.RequestServiceAsync.WithRawResponse
public final class RequestServiceAsyncImpl.WithRawResponseImpl implements RequestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RequestServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>archive(RequestArchiveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
RequestServiceAsync.WithRawResponse 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<HttpResponse> archive(RequestArchiveParams params, RequestOptions requestOptions)
-
-
-
-