Package com.courier.services.async
Class AutomationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.AutomationServiceAsync.WithRawResponse
public final class AutomationServiceAsyncImpl.WithRawResponseImpl implements AutomationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AutomationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InvokeServiceAsync.WithRawResponseinvoke()CompletableFuture<HttpResponseFor<AutomationTemplateListResponse>>list(AutomationListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AutomationServiceAsync.WithRawResponse 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.WithRawResponse invoke()
-
list
CompletableFuture<HttpResponseFor<AutomationTemplateListResponse>> list(AutomationListParams params, RequestOptions requestOptions)
-
-
-
-