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
-
Methods inherited from class com.courier.services.blocking.JourneyService
archive, archive, archive, archive, archive, create, create, create, invoke, invoke, invoke, list, list, list, listVersions, listVersions, listVersions, listVersions, listVersions, publish, publish, publish, publish, publish, replace, replace, replace, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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.
-
templates
TemplateService templates()
-
create
JourneyResponse create(JourneyCreateParams params, RequestOptions requestOptions)
-
retrieve
JourneyResponse retrieve(JourneyRetrieveParams params, RequestOptions requestOptions)
-
list
JourneysListResponse list(JourneyListParams params, RequestOptions requestOptions)
-
archive
Unit archive(JourneyArchiveParams params, RequestOptions requestOptions)
-
invoke
JourneysInvokeResponse invoke(JourneyInvokeParams params, RequestOptions requestOptions)
-
listVersions
JourneyVersionsListResponse listVersions(JourneyListVersionsParams params, RequestOptions requestOptions)
-
publish
JourneyResponse publish(JourneyPublishParams params, RequestOptions requestOptions)
-
replace
JourneyResponse replace(JourneyReplaceParams params, RequestOptions requestOptions)
-
-
-
-