Class ResultServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.scans.ResultService.WithRawResponse
public final class ResultServiceImpl.WithRawResponseImpl implements ResultService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ResultService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<String>sarif(ResultSarifParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
ResultService.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
HttpResponseFor<String> sarif(ResultSarifParams params, RequestOptions requestOptions)
-
-
-
-