Class DigitalAssetVersionSpec

java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetVersionSpec
All Implemented Interfaces:
GeneralDigitalAssetVersionSpec

public final class DigitalAssetVersionSpec extends Object implements GeneralDigitalAssetVersionSpec
Defines the specification of the new digital asset version to upload.
Since:
1.6.0
  • Constructor Details

    • DigitalAssetVersionSpec

      public DigitalAssetVersionSpec(DigitalAssetKey assetKey, Resource resource)
      Specifies the new digital asset version's information.
      Parameters:
      assetKey - the asset key that will be created for the new version
      resource - the resource to upload
  • Method Details