Package com.courier.services.async
Class SendServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.SendServiceAsync.WithRawResponse
public final class SendServiceAsyncImpl.WithRawResponseImpl implements SendServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SendServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<SendMessageResponse>>message(SendMessageParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
SendServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
message
CompletableFuture<HttpResponseFor<SendMessageResponse>> message(SendMessageParams params, RequestOptions requestOptions)
-
-
-
-