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)CompletableFuture<TestListResultsResponse>listResults(TestListResultsParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.TestServiceAsync
evaluate, evaluate, evaluate, listResults, listResults, listResults, listResults, listResults -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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)
-
listResults
CompletableFuture<TestListResultsResponse> listResults(TestListResultsParams params, RequestOptions requestOptions)
-
-
-
-