Class ResultServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.scans.ResultService
public final class ResultServiceImpl implements ResultService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResultServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ResultService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ResultServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Stringsarif(ResultSarifParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ResultService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ResultService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
sarif
String sarif(ResultSarifParams params, RequestOptions requestOptions)
-
-
-
-