Class UploadServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.scans.UploadServiceAsync.WithRawResponse
public final class UploadServiceAsyncImpl.WithRawResponseImpl implements UploadServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description UploadServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServiceAsync.WithRawResponsefile()CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>>completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<UploadStartResponse>>start(UploadStartParams params, RequestOptions requestOptions)-
Methods inherited from class com.hiddenlayer.api.services.async.scans.UploadServiceAsync.WithRawResponse
completeAll, completeAll, completeAll, completeAll, completeAll, start -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
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.
-
completeAll
CompletableFuture<HttpResponseFor<UploadCompleteAllResponse>> completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)
-
start
CompletableFuture<HttpResponseFor<UploadStartResponse>> start(UploadStartParams params, RequestOptions requestOptions)
-
-
-
-