Class On_Asset


  • public class On_Asset
    extends ch.brix.gql.client.TypeBuilder
    • Constructor Detail

      • On_Asset

        public On_Asset()
    • Method Detail

      • creator

        public On_Asset creator​(Asset_creator callBuilder)
        The `creator` is the `User` who created the asset on Frontify.
      • createdAt

        public On_Asset createdAt()
        DateTime of the `Asset` creation.
      • modifier

        public On_Asset modifier​(Asset_modifier callBuilder)
        The `modifier` is the `User` who last modified the asset on Frontify.
      • modifiedAt

        public On_Asset modifiedAt()
        DateTime of the `Asset`'s last modification.
      • title

        public On_Asset title()
        Title of the `Asset`.
      • description

        public On_Asset description()
        Description of the `Asset`.
      • externalId

        public On_Asset externalId()
        External Id of the `Asset`.
      • expiresAt

        public On_Asset expiresAt()
        `Asset` expiration date.
      • metadataValues

        @Deprecated
        public On_Asset metadataValues​(Asset_metadataValues callBuilder)
        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
      • status

        public On_Asset status()
        Represents the conversion status of the `Asset`. Example: FINISHED.
      • relatedAssets

        public On_Asset relatedAssets​(Asset_relatedAssets callBuilder)
        Paginated list of `Asset` items related to `Asset`.
      • comments

        public On_Asset comments​(Asset_comments callBuilder)
        Paginated list of `AssetComment` items for `Asset`.
      • customMetadata

        public On_Asset customMetadata​(Asset_customMetadata callBuilder)
        List of `CustomMetadataProperty` items and values associated to `Asset`.
      • workflowTask

        public On_Asset workflowTask​(Asset_workflowTask callBuilder)
        **BETA** The `WorkflowTask` this `Asset` is linked to.