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