Class InvokeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.automations.InvokeServiceAsync.WithRawResponse
public final class InvokeServiceAsyncImpl.WithRawResponseImpl implements InvokeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InvokeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AutomationInvokeResponse>>invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AutomationInvokeResponse>>invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.automations.InvokeServiceAsync.WithRawResponse
invokeAdHoc, invokeByTemplate, invokeByTemplate, invokeByTemplate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
InvokeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invokeAdHoc
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)
-
invokeByTemplate
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
-
-
-