Package com.courier.services.async
Interface AutomationServiceAsync
-
- All Implemented Interfaces:
public interface AutomationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAutomationServiceAsync.WithRawResponseA view of AutomationServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AutomationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AutomationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract InvokeServiceAsyncinvoke()CompletableFuture<AutomationTemplateListResponse>list()Get the list of automations. abstract CompletableFuture<AutomationTemplateListResponse>list(AutomationListParams params, RequestOptions requestOptions)CompletableFuture<AutomationTemplateListResponse>list(AutomationListParams params)CompletableFuture<AutomationTemplateListResponse>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AutomationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AutomationServiceAsync 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 InvokeServiceAsync invoke()
-
list
CompletableFuture<AutomationTemplateListResponse> list()
Get the list of automations.
-
list
abstract CompletableFuture<AutomationTemplateListResponse> list(AutomationListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AutomationTemplateListResponse> list(RequestOptions requestOptions)
-
-
-
-