Class ScanServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.ScanServiceAsync
public final class ScanServiceAsyncImpl implements ScanServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ScanServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ScanServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ResultServiceAsyncresults()JobServiceAsyncjobs()UploadServiceAsyncupload()-
-
Method Detail
-
withRawResponse
ScanServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ScanServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
results
ResultServiceAsync results()
-
jobs
JobServiceAsync jobs()
-
upload
UploadServiceAsync upload()
-
-
-
-