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