Asset
Magento\AdobeStockAsset\Model\Asset
What it does
This model represents an Adobe Stock asset that has been saved to Magento's database, containing metadata like license status, category, creator, and media gallery association.
Developers use this class to retrieve and manage Adobe Stock asset data after previewing or licensing images through the Adobe Stock integration.
It provides getter methods to access asset properties and supports extension attributes for customization.
Public Methods
- getId()
- getCategoryId()
- getCategory()
- getCreatorId()
- getCreator()
- getIsLicensed()
- getMediaGalleryId()
- getCreationDate()
- getExtensionAttributes()
- setExtensionAttributes()