Class On_Audio


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

      • On_Audio

        public On_Audio()
    • Method Detail

      • createdAt

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

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

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

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

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

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

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

        @Deprecated
        public On_Audio metadataValues​(Audio_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_Audio expiresAt()
        `Asset` expiry date.
      • author

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

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

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

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

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

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

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

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

        public On_Audio extension()
        Extension of the `Asset` `File`.
      • downloadUrl

        public On_Audio downloadUrl​(Audio_downloadUrl callBuilder)
        Signed `Url` to download the original `Audio` type file.
      • previewUrl

        public On_Audio previewUrl​(Audio_previewUrl callBuilder)
        Preview `Url` of converted `Audio` file in mp3 format.