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