Class On_Document
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Document
-
public class On_Document extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Document()
-
Method Summary
Modifier and Type Method Description On_Documentattachments(Document_attachments callBuilder)`Attachment` items linked to `Asset`.On_Documentauthor()Represents the Author of the `Asset`.On_Documentcomments(Document_comments callBuilder)Paginated list of `AssetComment` items for `Asset`.On_Documentcopyright(Document_copyright callBuilder)`Asset` copyright details.On_DocumentcreatedAt()`DateTime` of the `Asset` creation.On_Documentcreator(Document_creator callBuilder)The `User` who created the `Asset`.On_DocumentcurrentUserPermissions(Document_currentUserPermissions callBuilder)Current `User` `Asset` permissions.On_DocumentcustomMetadata(Document_customMetadata callBuilder)List of `CustomMetadataProperty` items and values associated to `Asset`.On_Documentdescription()Description of the `Asset`.On_DocumentdownloadUrl(Document_downloadUrl callBuilder)Signed `Url` to download the original `Document` type file.On_DocumentexpiresAt()`Asset` expiry date.On_Documentextension()Extension of the `Asset` `File`.On_DocumentexternalId()External Id of the `Asset`.On_DocumentexternalProducts(Document_externalProducts callBuilder)`ExternalProduct` items linked to `Asset`.On_Documentfilename()Original filename of the `Asset` `File`.On_DocumentfocalPoint()`Document` focal point position.On_Documentheight()`Document` height in pixels.On_Documentid()`Asset` id.On_Documentlicenses(Document_licenses callBuilder)`License` items linked to `Asset`.On_DocumentmetadataValues(Document_metadataValues callBuilder)Deprecated.On_DocumentmodifiedAt()`DateTime` of the `Asset` last modification.On_Documentmodifier(Document_modifier callBuilder)The `User` who last modified the `Asset`.On_DocumentpageCount()`Document` total number of pages.On_DocumentpreviewUrl(Document_previewUrl callBuilder)Preview `Url` which has optional `width`, `height` and `page` arguments.On_DocumentrelatedAssets(Document_relatedAssets callBuilder)Paginated list of `Asset` items related to `Asset`.On_Documentsize()Size of the `Asset` `File` in bytes.On_Documentstatus()Represents the conversion status of the `Asset`.On_Documenttags(Document_tags callBuilder)List of `Tag` items linked to `Asset`On_Documenttitle()Title of the `Asset`.On_Documentwidth()`Document` width in pixels.On_DocumentworkflowTask(Document_workflowTask callBuilder)**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
id
public On_Document id()
`Asset` id.
-
creator
public On_Document creator(Document_creator callBuilder)
The `User` who created the `Asset`.
-
createdAt
public On_Document createdAt()
`DateTime` of the `Asset` creation.
-
modifier
public On_Document modifier(Document_modifier callBuilder)
The `User` who last modified the `Asset`.
-
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`.
-
attachments
public On_Document attachments(Document_attachments callBuilder)
`Attachment` items linked to `Asset`.
-
externalId
public On_Document externalId()
External Id of the `Asset`.
-
tags
public On_Document tags(Document_tags callBuilder)
List of `Tag` items linked to `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-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_Document externalProducts(Document_externalProducts callBuilder)
`ExternalProduct` items linked to `Asset`.
-
copyright
public On_Document copyright(Document_copyright callBuilder)
`Asset` copyright details.
-
expiresAt
public On_Document expiresAt()
`Asset` expiry date.
-
licenses
public On_Document licenses(Document_licenses callBuilder)
`License` items linked to `Asset`.
-
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.
-
relatedAssets
public On_Document relatedAssets(Document_relatedAssets callBuilder)
Paginated list of `Asset` items related to `Asset`.
-
comments
public On_Document comments(Document_comments callBuilder)
Paginated list of `AssetComment` items for `Asset`.
-
currentUserPermissions
public On_Document currentUserPermissions(Document_currentUserPermissions callBuilder)
Current `User` `Asset` permissions.
-
customMetadata
public On_Document customMetadata(Document_customMetadata callBuilder)
List of `CustomMetadataProperty` items and values associated to `Asset`.
-
workflowTask
public On_Document workflowTask(Document_workflowTask callBuilder)
**BETA** The `WorkflowTask` this `Asset` is linked to.
-
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`.
-
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.
-
downloadUrl
public On_Document downloadUrl(Document_downloadUrl callBuilder)
Signed `Url` to download the original `Document` type file.
-
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.
-
-