Class InvokeServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.automations.InvokeService
public final class InvokeServiceImpl implements InvokeService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InvokeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InvokeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AutomationInvokeResponseinvokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)AutomationInvokeResponseinvokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InvokeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InvokeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invokeAdHoc
AutomationInvokeResponse invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)
-
invokeByTemplate
AutomationInvokeResponse invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
-
-
-