Class TestResultServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.commits.TestResultServiceAsync
public final class TestResultServiceAsyncImpl implements TestResultServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestResultServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestResultServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestResultServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TestResultListResponse>list(TestResultListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TestResultServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestResultServiceAsync 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<TestResultListResponse> list(TestResultListParams params, RequestOptions requestOptions)
-
-
-
-