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 AlphaServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. 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.
-
withOptions
abstract AlphaServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
graders
abstract GraderServiceAsync graders()
-
-
-
-