public final class ExternalUploadAssetRequest extends ExternalCommonRequest
| Constructor and Description |
|---|
ExternalUploadAssetRequest(com.onwbp.adaptation.AdaptationHome home,
com.orchestranetworks.service.Session session,
String driveId,
String digitalAssetComponentId)
Instantiates a new
ExternalUploadAssetRequest |
| Modifier and Type | Method and Description |
|---|---|
FileResource |
getFileResource()
Returns the file resource for uploading a digital asset.
|
String[] |
getTags()
Returns the tag list.
|
void |
setFileResource(FileResource fileResource)
Specifies the file resource for uploading a digital asset.
|
void |
setTags(String[] tags)
Specifies the tag list.
|
getDigitalAssetComponentId, getDriveId, getHome, getSessionpublic ExternalUploadAssetRequest(com.onwbp.adaptation.AdaptationHome home,
com.orchestranetworks.service.Session session,
String driveId,
String digitalAssetComponentId)
ExternalUploadAssetRequest.home - the user dataspacesession - the EBX® sessiondriveId - the Drive ID for the Drive that accesses an externally managed storage locationdigitalAssetComponentId - the Digital Asset Component's IDpublic String[] getTags()
public void setTags(String[] tags)
public FileResource getFileResource()
public void setFileResource(FileResource fileResource)