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 V2ServiceAsyncv2()-
-
Method Detail
-
withRawResponse
abstract AuthRuleServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
v2
abstract V2ServiceAsync v2()
-
-
-
-