Interface UploadServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface UploadServiceAsync.WithRawResponseA view of UploadServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract UploadServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
file
abstract FileServiceAsync.WithRawResponse file()
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(String scanId)
Returns a raw HTTP response for
patch /scan/v3/upload/{scan_id}, but is otherwise the same as UploadServiceAsync.completeAll.
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(String scanId, UploadCompleteAllParams params, RequestOptions requestOptions)
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(String scanId, UploadCompleteAllParams params)
-
completeAll
abstract CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(UploadCompleteAllParams params)
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(String scanId, RequestOptions requestOptions)
-
start
CompletableFuture<HttpResponseFor<UploadStartResponse>> start(UploadStartParams params)
Returns a raw HTTP response for
post /scan/v3/upload, but is otherwise the same as UploadServiceAsync.start.
-
start
abstract CompletableFuture<HttpResponseFor<UploadStartResponse>> start(UploadStartParams params, RequestOptions requestOptions)
-
-
-
-