Package com.openlayer.api.services.async
Class TestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.TestServiceAsync.WithRawResponse
public final class TestServiceAsyncImpl.WithRawResponseImpl implements TestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TestEvaluateResponse>>evaluate(TestEvaluateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TestListResultsResponse>>listResults(TestListResultsParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.TestServiceAsync.WithRawResponse
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
-
withOptions
TestServiceAsync.WithRawResponse 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<HttpResponseFor<TestEvaluateResponse>> evaluate(TestEvaluateParams params, RequestOptions requestOptions)
-
listResults
CompletableFuture<HttpResponseFor<TestListResultsResponse>> listResults(TestListResultsParams params, RequestOptions requestOptions)
-
-
-
-