Class On_Audio
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Audio
-
public class On_Audio extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Audio()
-
Method Summary
Modifier and Type Method Description On_Audioattachments(Audio_attachments callBuilder)`Attachment` items linked to `Asset`.On_Audioauthor()Represents the Author of the `Asset`.On_Audiocomments(Audio_comments callBuilder)Paginated list of `AssetComment` items for `Asset`.On_Audiocopyright(Audio_copyright callBuilder)`Asset` copyright details.On_AudiocreatedAt()`DateTime` of the `Asset` creation.On_Audiocreator(Audio_creator callBuilder)The `User` who created the `Asset`.On_AudiocurrentUserPermissions(Audio_currentUserPermissions callBuilder)Current `User` `Asset` permissions.On_AudiocustomMetadata(Audio_customMetadata callBuilder)List of `CustomMetadataProperty` items and values associated to `Asset`.On_Audiodescription()Description of the `Asset`.On_AudiodownloadUrl(Audio_downloadUrl callBuilder)Signed `Url` to download the original `Audio` type file.On_AudioexpiresAt()`Asset` expiry date.On_Audioextension()Extension of the `Asset` `File`.On_AudioexternalId()External Id of the `Asset`.On_AudioexternalProducts(Audio_externalProducts callBuilder)`ExternalProduct` items linked to `Asset`.On_Audiofilename()Original filename of the `Asset` `File`.On_Audioid()`Asset` id.On_Audiolicenses(Audio_licenses callBuilder)`License` items linked to `Asset`.On_AudiometadataValues(Audio_metadataValues callBuilder)Deprecated.On_AudiomodifiedAt()`DateTime` of the `Asset` last modification.On_Audiomodifier(Audio_modifier callBuilder)The `User` who last modified the `Asset`.On_AudiopreviewUrl(Audio_previewUrl callBuilder)Preview `Url` of converted `Audio` file in mp3 format.On_AudiorelatedAssets(Audio_relatedAssets callBuilder)Paginated list of `Asset` items related to `Asset`.On_Audiosize()Size of the `Asset` `File` in bytes.On_Audiostatus()Represents the conversion status of the `Asset`.On_Audiotags(Audio_tags callBuilder)List of `Tag` items linked to `Asset`On_Audiotitle()Title of the `Asset`.On_AudioworkflowTask(Audio_workflowTask callBuilder)**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
id
public On_Audio id()
`Asset` id.
-
creator
public On_Audio creator(Audio_creator callBuilder)
The `User` who created the `Asset`.
-
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`.
-
attachments
public On_Audio attachments(Audio_attachments callBuilder)
`Attachment` items linked to `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
-
externalProducts
public On_Audio externalProducts(Audio_externalProducts callBuilder)
`ExternalProduct` items linked to `Asset`.
-
copyright
public On_Audio copyright(Audio_copyright callBuilder)
`Asset` copyright details.
-
expiresAt
public On_Audio expiresAt()
`Asset` expiry date.
-
licenses
public On_Audio licenses(Audio_licenses callBuilder)
`License` items linked to `Asset`.
-
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`.
-
currentUserPermissions
public On_Audio currentUserPermissions(Audio_currentUserPermissions callBuilder)
Current `User` `Asset` permissions.
-
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.
-
-