Class InvokeServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.automations.InvokeService.WithRawResponse
public final class InvokeServiceImpl.WithRawResponseImpl implements InvokeService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InvokeService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AutomationInvokeResponse>invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)HttpResponseFor<AutomationInvokeResponse>invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.automations.InvokeService.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
InvokeService.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
HttpResponseFor<AutomationInvokeResponse> invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)
-
invokeByTemplate
HttpResponseFor<AutomationInvokeResponse> invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
-
-
-