Class TestServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.TestService
public final class TestServiceImpl implements TestService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TestEvaluateResponseevaluate(TestEvaluateParams params, RequestOptions requestOptions)TestListResultsResponselistResults(TestListResultsParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.blocking.TestService
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
TestService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
evaluate
TestEvaluateResponse evaluate(TestEvaluateParams params, RequestOptions requestOptions)
-
listResults
TestListResultsResponse listResults(TestListResultsParams params, RequestOptions requestOptions)
-
-
-
-