Package com.courier.services.blocking
Class AutomationServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.AutomationService
public final class AutomationServiceImpl implements AutomationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAutomationServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AutomationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AutomationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InvokeServiceinvoke()-
-
Method Detail
-
withRawResponse
AutomationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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
InvokeService invoke()
-
-
-
-