Package com.openlayer.api.services.async
Class TestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.TestServiceAsync
public final class TestServiceAsyncImpl implements TestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TestEvaluateResponse>evaluate(TestEvaluateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
evaluate
CompletableFuture<TestEvaluateResponse> evaluate(TestEvaluateParams params, RequestOptions requestOptions)
-
-
-
-