Interface Asset

    • Method Detail

      • 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.
      • getDescription

        StringScalar getDescription()
        Description of the `Asset`.
      • getExternalId

        IdScalar getExternalId()
        External Id of the `Asset`.
      • getTags

        List<Tag> getTags()
        List of `Asset`'s tags.
      • getCopyright

        Copyright getCopyright()
        `Asset` copyright details.
      • getExpiresAt

        DateTimeScalar getExpiresAt()
        `Asset` expiration date.
      • getLicenses

        List<License> getLicenses()
        List of `Asset`'s licenses.
      • 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.