Interface ScanService.WithRawResponse
-
- All Implemented Interfaces:
public interface ScanService.WithRawResponseA view of ScanService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract ScanService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ResultService.WithRawResponseresults()abstract JobService.WithRawResponsejobs()abstract UploadService.WithRawResponseupload()-
-
Method Detail
-
withOptions
abstract ScanService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
results
abstract ResultService.WithRawResponse results()
-
jobs
abstract JobService.WithRawResponse jobs()
-
upload
abstract UploadService.WithRawResponse upload()
-
-
-
-