Interface Asset
-
-
Method Summary
Modifier and Type Method Description List<AssetAttachment>getAttachments()List of `Asset`'s `Attachments`.AssetCommentItemsgetComments()Paginated list of `AssetComment` items for `Asset`.CopyrightgetCopyright()`Asset` copyright details.DateTimeScalargetCreatedAt()DateTime of the `Asset` creation.UsergetCreator()The `creator` is the `User` who created the asset on Frontify.AssetUserPermissionsgetCurrentUserPermissions()`Asset` permissions of the current `User`.List<CustomMetadata>getCustomMetadata()List of `CustomMetadataProperty` items and values associated to `Asset`.StringScalargetDescription()Description of the `Asset`.DateTimeScalargetExpiresAt()`Asset` expiration date.IdScalargetExternalId()External Id of the `Asset`.IdScalargetId()`Asset` id.List<License>getLicenses()List of `Asset`'s licenses.List<MetadataValue>getMetadataValues()Deprecated.DateTimeScalargetModifiedAt()DateTime of the `Asset`'s last modification.UsergetModifier()The `modifier` is the `User` who last modified the asset on Frontify.AssetItemsgetRelatedAssets()Paginated list of `Asset` items related to `Asset`.AssetStatusTypegetStatus()Represents the conversion status of the `Asset`.List<Tag>getTags()List of `Asset`'s tags.StringScalargetTitle()Title of the `Asset`.WorkflowTaskgetWorkflowTask()**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
getId
IdScalar getId()
`Asset` id.
-
getCreator
User getCreator()
The `creator` is the `User` who created the asset on Frontify.
-
getCreatedAt
DateTimeScalar getCreatedAt()
DateTime of the `Asset` creation.
-
getModifier
User getModifier()
The `modifier` is the `User` who last modified the asset on Frontify.
-
getModifiedAt
DateTimeScalar getModifiedAt()
DateTime of the `Asset`'s last modification.
-
getTitle
StringScalar getTitle()
Title of the `Asset`.
-
getDescription
StringScalar getDescription()
Description of the `Asset`.
-
getAttachments
List<AssetAttachment> getAttachments()
List of `Asset`'s `Attachments`.
-
getExternalId
IdScalar getExternalId()
External Id of the `Asset`.
-
getCopyright
Copyright getCopyright()
`Asset` copyright details.
-
getExpiresAt
DateTimeScalar getExpiresAt()
`Asset` expiration date.
-
getMetadataValues
@Deprecated List<MetadataValue> getMetadataValues()
Deprecated.**DEPRECATED** Metadata values details. This field will be removed. Use `customMetadata` instead. | Date: 2025-01-01T00:00:00.000+00:00 This field will be removed. Use `customMetadata` instead. | Date: 2025-01-01T00:00:00.000+00:00
-
getStatus
AssetStatusType getStatus()
Represents the conversion status of the `Asset`. Example: FINISHED.
-
getRelatedAssets
AssetItems getRelatedAssets()
Paginated list of `Asset` items related to `Asset`.
-
getComments
AssetCommentItems getComments()
Paginated list of `AssetComment` items for `Asset`.
-
getCurrentUserPermissions
AssetUserPermissions getCurrentUserPermissions()
`Asset` permissions of the current `User`.
-
getCustomMetadata
List<CustomMetadata> getCustomMetadata()
List of `CustomMetadataProperty` items and values associated to `Asset`.
-
getWorkflowTask
WorkflowTask getWorkflowTask()
**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-