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