Interface TestResultServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TestResultServiceAsync.WithRawResponseA view of TestResultServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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(String projectVersionId)
Returns a raw HTTP response for
get /versions/{projectVersionId}/results, but is otherwise the same as TestResultServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<TestResultListResponse>> list(String projectVersionId, TestResultListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<TestResultListResponse>> list(String projectVersionId, TestResultListParams params)
-
list
abstract CompletableFuture<HttpResponseFor<TestResultListResponse>> list(TestResultListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<TestResultListResponse>> list(String projectVersionId, RequestOptions requestOptions)
-
-
-
-