Class On_Video
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Video
-
public class On_Video extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Video()
-
Method Summary
Modifier and Type Method Description On_Videoattachments(Video_attachments callBuilder)`Attachment` items linked to `Asset`.On_Videoauthor()Represents the Author of the `Asset`.On_Videobitrate()`Video` bitrate in bits per second.On_Videocomments(Video_comments callBuilder)Paginated list of `AssetComment` items for `Asset`.On_Videocopyright(Video_copyright callBuilder)`Asset` copyright details.On_VideocreatedAt()`DateTime` of the `Asset` creation.On_Videocreator(Video_creator callBuilder)The `User` who created the `Asset`.On_VideocurrentUserPermissions(Video_currentUserPermissions callBuilder)Current `User` `Asset` permissions.On_VideocustomMetadata(Video_customMetadata callBuilder)List of `CustomMetadataProperty` items and values associated to `Asset`.On_Videodescription()Description of the `Asset`.On_VideodownloadUrl(Video_downloadUrl callBuilder)Signed `Url` to download the original `Video` type file.On_Videoduration()`Video` duration in seconds.On_VideoexpiresAt()`Asset` expiry date.On_Videoextension()Extension of the `Asset` `File`.On_VideoexternalId()External Id of the `Asset`.On_VideoexternalProducts(Video_externalProducts callBuilder)`ExternalProduct` items linked to `Asset`.On_Videofilename()Original filename of the `Asset` `File`.On_Videoheight()`Video` height in pixels.On_Videoid()`Asset` id.On_Videolicenses(Video_licenses callBuilder)`License` items linked to `Asset`.On_VideometadataValues(Video_metadataValues callBuilder)Deprecated.On_VideomodifiedAt()`DateTime` of the `Asset` last modification.On_Videomodifier(Video_modifier callBuilder)The `User` who last modified the `Asset`.On_VideopreviewUrl(Video_previewUrl callBuilder)Preview `Url` of converted `Video` in mp4 format.On_VideorelatedAssets(Video_relatedAssets callBuilder)Paginated list of `Asset` items related to `Asset`.On_Videosize()Size of the `Asset` `File` in bytes.On_Videostatus()Represents the conversion status of the `Asset`.On_Videotags(Video_tags callBuilder)List of `Tag` items linked to `Asset`On_Videotitle()Title of the `Asset`.On_Videowidth()`Video` width in pixels.On_VideoworkflowTask(Video_workflowTask callBuilder)**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
id
public On_Video id()
`Asset` id.
-
creator
public On_Video creator(Video_creator callBuilder)
The `User` who created the `Asset`.
-
createdAt
public On_Video createdAt()
`DateTime` of the `Asset` creation.
-
modifier
public On_Video modifier(Video_modifier callBuilder)
The `User` who last modified the `Asset`.
-
modifiedAt
public On_Video modifiedAt()
`DateTime` of the `Asset` last modification.
-
title
public On_Video title()
Title of the `Asset`.
-
description
public On_Video description()
Description of the `Asset`.
-
attachments
public On_Video attachments(Video_attachments callBuilder)
`Attachment` items linked to `Asset`.
-
externalId
public On_Video externalId()
External Id of the `Asset`.
-
tags
public On_Video tags(Video_tags callBuilder)
List of `Tag` items linked to `Asset`
-
metadataValues
@Deprecated public On_Video metadataValues(Video_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_Video externalProducts(Video_externalProducts callBuilder)
`ExternalProduct` items linked to `Asset`.
-
copyright
public On_Video copyright(Video_copyright callBuilder)
`Asset` copyright details.
-
expiresAt
public On_Video expiresAt()
`Asset` expiry date.
-
licenses
public On_Video licenses(Video_licenses callBuilder)
`License` items linked to `Asset`.
-
author
public On_Video author()
Represents the Author of the `Asset`. Example: Photographer Name.
-
status
public On_Video status()
Represents the conversion status of the `Asset`. Example: FINISHED.
-
relatedAssets
public On_Video relatedAssets(Video_relatedAssets callBuilder)
Paginated list of `Asset` items related to `Asset`.
-
comments
public On_Video comments(Video_comments callBuilder)
Paginated list of `AssetComment` items for `Asset`.
-
currentUserPermissions
public On_Video currentUserPermissions(Video_currentUserPermissions callBuilder)
Current `User` `Asset` permissions.
-
customMetadata
public On_Video customMetadata(Video_customMetadata callBuilder)
List of `CustomMetadataProperty` items and values associated to `Asset`.
-
workflowTask
public On_Video workflowTask(Video_workflowTask callBuilder)
**BETA** The `WorkflowTask` this `Asset` is linked to.
-
filename
public On_Video filename()
Original filename of the `Asset` `File`.
-
size
public On_Video size()
Size of the `Asset` `File` in bytes.
-
extension
public On_Video extension()
Extension of the `Asset` `File`.
-
previewUrl
public On_Video previewUrl(Video_previewUrl callBuilder)
Preview `Url` of converted `Video` in mp4 format.
-
downloadUrl
public On_Video downloadUrl(Video_downloadUrl callBuilder)
Signed `Url` to download the original `Video` type file.
-
width
public On_Video width()
`Video` width in pixels.
-
height
public On_Video height()
`Video` height in pixels.
-
duration
public On_Video duration()
`Video` duration in seconds.
-
bitrate
public On_Video bitrate()
`Video` bitrate in bits per second.
-
-