Package com.lithic.api.services.blocking
Interface AuthRuleService
-
- All Implemented Interfaces:
public interface AuthRuleService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAuthRuleService.WithRawResponseA view of AuthRuleService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AuthRuleService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AuthRuleServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract V2Servicev2()-
-
Method Detail
-
withRawResponse
abstract AuthRuleService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AuthRuleService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
-
-
-