Class CloudAsset

  • All Implemented Interfaces:
    Asset

    public class CloudAsset
    extends Object
    implements Asset
    This class represents an asset stored in Adobe internal storage.
    • Constructor Detail

      • CloudAsset

        public CloudAsset​(String assetId)
        Constructs an instance of CloudAsset.
        Parameters:
        assetId - assetId of the asset.
      • CloudAsset

        public CloudAsset​(String assetId,
                          String downloadURI)
        Constructs an instance of CloudAsset.
        Parameters:
        assetId - assetId of the asset.
        downloadURI - downloadURI of the asset.
    • Method Detail

      • getAssetId

        public String getAssetId()
        Returns the assetId of the asset.
        Returns:
        assetId of the asset.
      • getDownloadURI

        public String getDownloadURI()
        Returns the downloadURI of the asset.
        Returns:
        downloadURI of the asset.