Package com.courier.services.blocking
Interface AutomationService
-
- All Implemented Interfaces:
public interface AutomationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAutomationService.WithRawResponseA view of AutomationService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AutomationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AutomationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract InvokeServiceinvoke()AutomationTemplateListResponselist()Get the list of automations. abstract AutomationTemplateListResponselist(AutomationListParams params, RequestOptions requestOptions)AutomationTemplateListResponselist(AutomationListParams params)AutomationTemplateListResponselist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AutomationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AutomationService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invoke
abstract InvokeService invoke()
-
list
AutomationTemplateListResponse list()
Get the list of automations.
-
list
abstract AutomationTemplateListResponse list(AutomationListParams params, RequestOptions requestOptions)
-
list
AutomationTemplateListResponse list(AutomationListParams params)
-
list
AutomationTemplateListResponse list(RequestOptions requestOptions)
-
-
-
-