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`.
      • alternativeText

        public On_Document alternativeText()
        Alternative text for the `Asset`. Used by screen readers when the asset is not decorative.
      • isDecorative

        public On_Document isDecorative()
        **BETA** Indicates whether the `Asset` is decorative and not meant to be read by screen readers. If true, alternative text is ignored.
      • 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-07-01T00:00:00.000+00:00 This field will be removed. Use `customMetadata` instead. | Date: 2025-07-01T00:00:00.000+00:00
      • externalProducts

        @Deprecated
        public On_Document externalProducts​(Document_externalProducts callBuilder)
        Deprecated.
        **DEPRECATED** `ExternalProduct` items linked to `Asset`. This field will be removed. | Date: 2025-01-01T00:00:00.000+00:00 This field will be removed. | Date: 2025-01-01T00:00:00.000+00:00
      • availability

        public On_Document availability​(Document_availability callBuilder)
        **BETA** `Asset` will be available only during the defined `DateTime` range.When `null` it represents an unspecified start and/or open-ended date.
      • expiresAt

        public On_Document expiresAt()
        `Asset` available until 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`.
      • fileCreatedAt

        public On_Document fileCreatedAt()
        `DateTime` of the `Asset` `File` creation.
      • 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.
      • thumbnailUrl

        public On_Document thumbnailUrl()
        Provides a `Url` for the custom user defined thumbnail or a system generated one when possible.
      • 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.