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

        DateTimeRange getAvailability()
        **BETA** `Asset` will be available only during the defined `DateTime` range.When `null` it represents an unspecified start and/or open-ended date.
      • getExpiresAt

        DateTimeScalar getExpiresAt()
        `Asset` available until 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-07-01T00:00:00.000+00:00 This field will be removed. Use `customMetadata` instead. | Date: 2025-07-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.
      • getLocation

        AssetLocation getLocation()
        `Location` of the `Asset`.
      • getPreviewBackgroundColor

        RgbaColor getPreviewBackgroundColor()
        **BETA** Background color of the `Asset` preview.