Class On_File
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_File
-
public class On_File extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_File()
-
Method Summary
Modifier and Type Method Description On_Fileattachments(File_attachments callBuilder)`Attachment` items linked to `Asset`.On_Fileauthor()Represents the Author of the `Asset`.On_Filecomments(File_comments callBuilder)Paginated list of `AssetComment` items for `Asset`.On_Filecopyright(File_copyright callBuilder)`Asset` copyright details.On_FilecreatedAt()`DateTime` of the `Asset` creation.On_Filecreator(File_creator callBuilder)The `User` who created the `Asset`.On_FilecurrentUserPermissions(File_currentUserPermissions callBuilder)Current `User` `Asset` permissions.On_FilecustomMetadata(File_customMetadata callBuilder)List of `CustomMetadataProperty` items and values associated to `Asset`.On_Filedescription()Description of the `Asset`.On_FiledownloadUrl(File_downloadUrl callBuilder)Signed `Url` to download the original `File` type file.On_FileexpiresAt()`Asset` expiry date.On_Fileextension()Extension of the `Asset` `File`.On_FileexternalId()External Id of the `Asset`.On_FileexternalProducts(File_externalProducts callBuilder)`ExternalProduct` items linked to `Asset`.On_Filefilename()Original filename of the `Asset` `File`.On_Fileid()`Asset` id.On_Filelicenses(File_licenses callBuilder)`License` items linked to `Asset`.On_FilemetadataValues(File_metadataValues callBuilder)Deprecated.On_FilemodifiedAt()`DateTime` of the `Asset` last modification.On_Filemodifier(File_modifier callBuilder)The `User` who last modified the `Asset`.On_FilepreviewUrl()`File` type icon in `svg` format.On_FilerelatedAssets(File_relatedAssets callBuilder)Paginated list of `Asset` items related to `Asset`.On_Filesize()Size of the `Asset` `File` in bytes.On_Filestatus()Represents the conversion status of the `Asset`.On_Filetags(File_tags callBuilder)List of `Tag` items linked to `Asset`On_Filetitle()Title of the `Asset`.On_FileworkflowTask(File_workflowTask callBuilder)**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
id
public On_File id()
`Asset` id.
-
creator
public On_File creator(File_creator callBuilder)
The `User` who created the `Asset`.
-
createdAt
public On_File createdAt()
`DateTime` of the `Asset` creation.
-
modifier
public On_File modifier(File_modifier callBuilder)
The `User` who last modified the `Asset`.
-
modifiedAt
public On_File modifiedAt()
`DateTime` of the `Asset` last modification.
-
title
public On_File title()
Title of the `Asset`.
-
description
public On_File description()
Description of the `Asset`.
-
attachments
public On_File attachments(File_attachments callBuilder)
`Attachment` items linked to `Asset`.
-
externalId
public On_File externalId()
External Id of the `Asset`.
-
metadataValues
@Deprecated public On_File metadataValues(File_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_File externalProducts(File_externalProducts callBuilder)
`ExternalProduct` items linked to `Asset`.
-
copyright
public On_File copyright(File_copyright callBuilder)
`Asset` copyright details.
-
expiresAt
public On_File expiresAt()
`Asset` expiry date.
-
licenses
public On_File licenses(File_licenses callBuilder)
`License` items linked to `Asset`.
-
author
public On_File author()
Represents the Author of the `Asset`. Example: Photographer Name.
-
status
public On_File status()
Represents the conversion status of the `Asset`. Example: FINISHED.
-
relatedAssets
public On_File relatedAssets(File_relatedAssets callBuilder)
Paginated list of `Asset` items related to `Asset`.
-
comments
public On_File comments(File_comments callBuilder)
Paginated list of `AssetComment` items for `Asset`.
-
currentUserPermissions
public On_File currentUserPermissions(File_currentUserPermissions callBuilder)
Current `User` `Asset` permissions.
-
customMetadata
public On_File customMetadata(File_customMetadata callBuilder)
List of `CustomMetadataProperty` items and values associated to `Asset`.
-
workflowTask
public On_File workflowTask(File_workflowTask callBuilder)
**BETA** The `WorkflowTask` this `Asset` is linked to.
-
filename
public On_File filename()
Original filename of the `Asset` `File`.
-
size
public On_File size()
Size of the `Asset` `File` in bytes.
-
extension
public On_File extension()
Extension of the `Asset` `File`.
-
previewUrl
public On_File previewUrl()
`File` type icon in `svg` format.
-
downloadUrl
public On_File downloadUrl(File_downloadUrl callBuilder)
Signed `Url` to download the original `File` type file.
-
-