Package com.courier.services.blocking
Class JourneyServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.JourneyService
public final class JourneyServiceImpl implements JourneyService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description JourneyService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. JourneyServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. JourneysListResponselist(JourneyListParams params, RequestOptions requestOptions)JourneysInvokeResponseinvoke(JourneyInvokeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
JourneyService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
JourneyService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
JourneysListResponse list(JourneyListParams params, RequestOptions requestOptions)
-
invoke
JourneysInvokeResponse invoke(JourneyInvokeParams params, RequestOptions requestOptions)
-
-
-
-