Class ScanServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.ScanService
public final class ScanServiceImpl implements ScanService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ScanService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ScanServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ResultServiceresults()JobServicejobs()UploadServiceupload()-
-
Method Detail
-
withRawResponse
ScanService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ScanService 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 results()
-
jobs
JobService jobs()
-
upload
UploadService upload()
-
-
-
-