Package app.knock.api.services.async
Interface SharedServiceAsync
-
- All Implemented Interfaces:
public interface SharedServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSharedServiceAsync.WithRawResponseA view of SharedServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract SharedServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. -
-
Method Detail
-
withRawResponse
abstract SharedServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
-
-
-