Class On_File


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

      • On_File

        public On_File()
    • Method Detail

      • id

        public On_File id()
        `Asset` id.
      • creator

        public On_File creator​(File_creator callBuilder)
        The `User` who created the `Asset`.
      • createdAt

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

        public On_File modifier​(File_modifier callBuilder)
        The `User` who last modified the `Asset`.
      • modifiedAt

        public On_File modifiedAt()
        `DateTime` of the `Asset` last modification.
      • title

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

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

        public On_File externalId()
        External Id of the `Asset`.
      • tags

        public On_File tags​(File_tags callBuilder)
        List of `Tag` items linked to `Asset`
      • metadataValues

        @Deprecated
        public On_File metadataValues​(File_metadataValues callBuilder)
        Deprecated.
        **DEPRECATED** `MetadataValue` items linked to `Asset`. 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
      • expiresAt

        public On_File expiresAt()
        `Asset` expiry date.
      • licenses

        public On_File licenses​(File_licenses callBuilder)
        `License` items linked to `Asset`.
      • author

        public On_File author()
        Represents the Author of the `Asset`. Example: Photographer Name.
      • status

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

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

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

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

        public On_File workflowTask​(File_workflowTask callBuilder)
        **BETA** The `WorkflowTask` this `Asset` is linked to.
      • filename

        public On_File filename()
        Original filename of the `Asset` `File`.
      • size

        public On_File size()
        Size of the `Asset` `File` in bytes.
      • extension

        public On_File extension()
        Extension of the `Asset` `File`.
      • previewUrl

        public On_File previewUrl()
        `File` type icon in `svg` format.
      • downloadUrl

        public On_File downloadUrl​(File_downloadUrl callBuilder)
        Signed `Url` to download the original `File` type file.