Class TestResultServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.commits.TestResultService
public final class TestResultServiceImpl implements TestResultService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestResultServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestResultService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestResultServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TestResultListResponselist(TestResultListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TestResultService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestResultService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
TestResultListResponse list(TestResultListParams params, RequestOptions requestOptions)
-
-
-
-