Log in
Interface

AssetInterface

Magento\AdobeStockAssetApi\Api\Data\AssetInterface

What it does

This interface defines the contract for Adobe Stock asset data objects in Magento 2.

Developers use this when working with Adobe Stock integration to access asset properties like media gallery ID, category, creator, license status, and creation date.

It serves as a standardized way to retrieve and handle Adobe Stock asset information throughout the system.

Public Methods

  • getId()
  • getMediaGalleryId()
  • getCategoryId()
  • getCategory()
  • getCreatorId()
  • getCreator()
  • getIsLicensed()
  • getCreationDate()
  • getExtensionAttributes()
  • setExtensionAttributes()