Interface AlphaServiceAsync
-
- All Implemented Interfaces:
public interface AlphaServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AlphaServiceAsync.WithRawResponse
A view of AlphaServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AlphaServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract GraderServiceAsync
graders()
-
-
Method Detail
-
withRawResponse
abstract AlphaServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
graders
abstract GraderServiceAsync graders()
-
-
-
-