Interface
CreatorInterface
Magento\AdobeStockAssetApi\Api\Data\CreatorInterface
What it does
This interface defines the contract for Adobe Stock creator data objects, representing the artist or contributor who created an asset.
Developers use this interface when working with Adobe Stock assets to access creator information like their ID and name, typically when displaying asset attribution or filtering assets by creator.
Public Methods
- getId()
- getName()
- getExtensionAttributes()
- setExtensionAttributes()