Class ScanServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.ScanService.WithRawResponse
public final class ScanServiceImpl.WithRawResponseImpl implements ScanService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ScanService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ResultService.WithRawResponseresults()JobService.WithRawResponsejobs()UploadService.WithRawResponseupload()-
-
Method Detail
-
withOptions
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
ResultService.WithRawResponse results()
-
jobs
JobService.WithRawResponse jobs()
-
upload
UploadService.WithRawResponse upload()
-
-
-
-