Class On_Document


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

      • On_Document

        public On_Document()
    • Method Detail

      • createdAt

        public On_Document createdAt()
        `DateTime` of the `Asset` creation.
      • modifiedAt

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

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

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

        public On_Document externalId()
        External Id of the `Asset`.
      • metadataValues

        @Deprecated
        public On_Document metadataValues​(Document_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_Document expiresAt()
        `Asset` expiry date.
      • author

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

        public On_Document status()
        Represents the conversion status of the `Asset`. Example: FINISHED.
      • filename

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

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

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

        public On_Document previewUrl​(Document_previewUrl callBuilder)
        Preview `Url` which has optional `width`, `height` and `page` arguments. If parameters are not specified, a `Url` without any parameters will be returned.
      • focalPoint

        public On_Document focalPoint()
        `Document` focal point position. Example: `[0.4803, 0.4340]`.
      • width

        public On_Document width()
        `Document` width in pixels.
      • height

        public On_Document height()
        `Document` height in pixels.
      • pageCount

        public On_Document pageCount()
        `Document` total number of pages.