Interface ResultService
-
- All Implemented Interfaces:
public interface ResultService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceResultService.WithRawResponseA view of ResultService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ResultService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ResultServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Stringsarif(String scanId)Get scan results in SARIF format Stringsarif(String scanId, ResultSarifParams params, RequestOptions requestOptions)Stringsarif(String scanId, ResultSarifParams params)abstract Stringsarif(ResultSarifParams params, RequestOptions requestOptions)Stringsarif(ResultSarifParams params)Stringsarif(String scanId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract ResultService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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(String scanId, ResultSarifParams params, RequestOptions requestOptions)
-
sarif
String sarif(String scanId, ResultSarifParams params)
-
sarif
abstract String sarif(ResultSarifParams params, RequestOptions requestOptions)
-
sarif
String sarif(ResultSarifParams params)
-
sarif
String sarif(String scanId, RequestOptions requestOptions)
-
-
-
-