Interface UploadService
-
- All Implemented Interfaces:
public interface UploadService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceUploadService.WithRawResponseA view of UploadService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract UploadService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
abstract FileService file()
-
completeAll
UploadCompleteAllResponse completeAll(String scanId)
Scan uploaded files
-
completeAll
UploadCompleteAllResponse completeAll(String scanId, UploadCompleteAllParams params, RequestOptions requestOptions)
-
completeAll
UploadCompleteAllResponse completeAll(String scanId, UploadCompleteAllParams params)
-
completeAll
abstract UploadCompleteAllResponse completeAll(UploadCompleteAllParams params, RequestOptions requestOptions)
-
completeAll
UploadCompleteAllResponse completeAll(UploadCompleteAllParams params)
-
completeAll
UploadCompleteAllResponse completeAll(String scanId, RequestOptions requestOptions)
-
start
UploadStartResponse start(UploadStartParams params)
Start a model upload
-
start
abstract UploadStartResponse start(UploadStartParams params, RequestOptions requestOptions)
-
-
-
-