Class TestResultServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.commits.TestResultServiceAsync.WithRawResponse
public final class TestResultServiceAsyncImpl.WithRawResponseImpl implements TestResultServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestResultServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TestResultListResponse>>list(TestResultListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TestResultServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<TestResultListResponse>> list(TestResultListParams params, RequestOptions requestOptions)
-
-
-
-