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
-
Methods inherited from class com.courier.services.async.JourneyServiceAsync.WithRawResponse
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
-
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.
-
templates
TemplateServiceAsync.WithRawResponse templates()
-
create
CompletableFuture<HttpResponseFor<JourneyResponse>> create(JourneyCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<JourneyResponse>> retrieve(JourneyRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<JourneysListResponse>> list(JourneyListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponse> archive(JourneyArchiveParams params, RequestOptions requestOptions)
-
invoke
CompletableFuture<HttpResponseFor<JourneysInvokeResponse>> invoke(JourneyInvokeParams params, RequestOptions requestOptions)
-
listVersions
CompletableFuture<HttpResponseFor<JourneyVersionsListResponse>> listVersions(JourneyListVersionsParams params, RequestOptions requestOptions)
-
publish
CompletableFuture<HttpResponseFor<JourneyResponse>> publish(JourneyPublishParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<HttpResponseFor<JourneyResponse>> replace(JourneyReplaceParams params, RequestOptions requestOptions)
-
-
-
-