Interface ScanServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ScanServiceAsync.WithRawResponseA view of ScanServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract ScanServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ResultServiceAsync.WithRawResponseresults()abstract JobServiceAsync.WithRawResponsejobs()abstract UploadServiceAsync.WithRawResponseupload()-
-
Method Detail
-
withOptions
abstract 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
abstract ResultServiceAsync.WithRawResponse results()
-
jobs
abstract JobServiceAsync.WithRawResponse jobs()
-
upload
abstract UploadServiceAsync.WithRawResponse upload()
-
-
-
-