Class TestServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.TestService.WithRawResponse
public final class TestServiceImpl.WithRawResponseImpl implements TestService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<TestEvaluateResponse>evaluate(TestEvaluateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TestService.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
HttpResponseFor<TestEvaluateResponse> evaluate(TestEvaluateParams params, RequestOptions requestOptions)
-
-
-
-