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