Class UploadServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.scans.UploadService
public final class UploadServiceImpl implements UploadService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUploadServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UploadService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UploadServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServicefile()UploadCompleteAllResponsecompleteAll(UploadCompleteAllParams params, RequestOptions requestOptions)UploadStartResponsestart(UploadStartParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
UploadService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UploadService 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 file()
-
completeAll
UploadCompleteAllResponse completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)
-
start
UploadStartResponse start(UploadStartParams params, RequestOptions requestOptions)
-
-
-
-