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