Package com.courier.services.blocking
Class JourneyServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.JourneyService.WithRawResponse
public final class JourneyServiceImpl.WithRawResponseImpl implements JourneyService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description JourneyService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<JourneysListResponse>list(JourneyListParams params, RequestOptions requestOptions)HttpResponseFor<JourneysInvokeResponse>invoke(JourneyInvokeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
JourneyService.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
HttpResponseFor<JourneysListResponse> list(JourneyListParams params, RequestOptions requestOptions)
-
invoke
HttpResponseFor<JourneysInvokeResponse> invoke(JourneyInvokeParams params, RequestOptions requestOptions)
-
-
-
-