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