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