Class UploadServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.scans.UploadService.WithRawResponse
public final class UploadServiceImpl.WithRawResponseImpl implements UploadService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description UploadService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileService.WithRawResponsefile()HttpResponseFor<UploadCompleteAllResponse>completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)HttpResponseFor<UploadStartResponse>start(UploadStartParams params, RequestOptions requestOptions)-
Methods inherited from class com.hiddenlayer.api.services.blocking.scans.UploadService.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
UploadService.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
FileService.WithRawResponse file()
-
completeAll
HttpResponseFor<UploadCompleteAllResponse> completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)
-
start
HttpResponseFor<UploadStartResponse> start(UploadStartParams params, RequestOptions requestOptions)
-
-
-
-