Interface InvokeService
-
- All Implemented Interfaces:
public interface InvokeService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInvokeService.WithRawResponseA view of InvokeService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract InvokeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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)
Invoke an ad hoc automation run. This endpoint accepts a JSON payload with a series of automation steps. For information about what steps are available, checkout the ad hoc automation guide here.
-
invokeAdHoc
abstract AutomationInvokeResponse invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)
-
invokeByTemplate
AutomationInvokeResponse invokeByTemplate(String templateId, InvokeInvokeByTemplateParams params)
Invoke an automation run from an automation template.
-
invokeByTemplate
AutomationInvokeResponse invokeByTemplate(String templateId, InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
invokeByTemplate
AutomationInvokeResponse invokeByTemplate(InvokeInvokeByTemplateParams params)
-
invokeByTemplate
abstract AutomationInvokeResponse invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
-
-
-