| Package | Description |
|---|---|
| com.bynder.sdk.query.upload | |
| com.bynder.sdk.service.asset | |
| com.bynder.sdk.service.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadQuery |
UploadQuery.addMetaproperty(String metapropertyUuid,
String optionName) |
UploadQuery |
UploadQuery.setAudit(Boolean audit) |
UploadQuery |
UploadQuery.setMediaId(String mediaId) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SaveMediaResponse> |
AssetService.uploadFile(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter.
|
io.reactivex.Observable<SaveMediaResponse> |
AssetServiceImpl.uploadFile(UploadQuery uploadQuery)
Check
AssetService for more information. |
io.reactivex.Observable<UploadProgress> |
AssetService.uploadFileWithProgress(UploadQuery uploadQuery)
Uploads a file with Progress Report.
|
io.reactivex.Observable<UploadProgress> |
AssetServiceImpl.uploadFileWithProgress(UploadQuery uploadQuery)
Check
AssetService for more information. |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SaveMediaResponse> |
FileUploader.uploadFile(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter.
|
io.reactivex.Observable<UploadProgress> |
FileUploader.uploadFileWithProgress(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter
while providing information on the progress of the upload via the Observable returned.
|
Copyright © 2020. All rights reserved.