Class On_Asset
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Asset
-
public class On_Asset extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Asset()
-
Method Summary
Modifier and Type Method Description On_Assetattachments(Asset_attachments callBuilder)List of `Asset`'s `Attachments`.On_Assetcomments(Asset_comments callBuilder)Paginated list of `AssetComment` items for `Asset`.On_Assetcopyright(Asset_copyright callBuilder)`Asset` copyright details.On_AssetcreatedAt()DateTime of the `Asset` creation.On_Assetcreator(Asset_creator callBuilder)The `creator` is the `User` who created the asset on Frontify.On_AssetcurrentUserPermissions(Asset_currentUserPermissions callBuilder)`Asset` permissions of the current `User`.On_AssetcustomMetadata(Asset_customMetadata callBuilder)List of `CustomMetadataProperty` items and values associated to `Asset`.On_Assetdescription()Description of the `Asset`.On_AssetexpiresAt()`Asset` expiration date.On_AssetexternalId()External Id of the `Asset`.On_Assetid()`Asset` id.On_Assetlicenses(Asset_licenses callBuilder)List of `Asset`'s licenses.On_AssetmetadataValues(Asset_metadataValues callBuilder)Deprecated.On_AssetmodifiedAt()DateTime of the `Asset`'s last modification.On_Assetmodifier(Asset_modifier callBuilder)The `modifier` is the `User` who last modified the asset on Frontify.On_AssetrelatedAssets(Asset_relatedAssets callBuilder)Paginated list of `Asset` items related to `Asset`.On_Assetstatus()Represents the conversion status of the `Asset`.On_Assettags(Asset_tags callBuilder)List of `Asset`'s tags.On_Assettitle()Title of the `Asset`.On_AssetworkflowTask(Asset_workflowTask callBuilder)**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-
-
Method Detail
-
id
public On_Asset id()
`Asset` id.
-
creator
public On_Asset creator(Asset_creator callBuilder)
The `creator` is the `User` who created the asset on Frontify.
-
createdAt
public On_Asset createdAt()
DateTime of the `Asset` creation.
-
modifier
public On_Asset modifier(Asset_modifier callBuilder)
The `modifier` is the `User` who last modified the asset on Frontify.
-
modifiedAt
public On_Asset modifiedAt()
DateTime of the `Asset`'s last modification.
-
title
public On_Asset title()
Title of the `Asset`.
-
description
public On_Asset description()
Description of the `Asset`.
-
attachments
public On_Asset attachments(Asset_attachments callBuilder)
List of `Asset`'s `Attachments`.
-
externalId
public On_Asset externalId()
External Id of the `Asset`.
-
tags
public On_Asset tags(Asset_tags callBuilder)
List of `Asset`'s tags.
-
copyright
public On_Asset copyright(Asset_copyright callBuilder)
`Asset` copyright details.
-
expiresAt
public On_Asset expiresAt()
`Asset` expiration date.
-
licenses
public On_Asset licenses(Asset_licenses callBuilder)
List of `Asset`'s licenses.
-
metadataValues
@Deprecated public On_Asset metadataValues(Asset_metadataValues callBuilder)
Deprecated.**DEPRECATED** Metadata values details. 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
-
status
public On_Asset status()
Represents the conversion status of the `Asset`. Example: FINISHED.
-
relatedAssets
public On_Asset relatedAssets(Asset_relatedAssets callBuilder)
Paginated list of `Asset` items related to `Asset`.
-
comments
public On_Asset comments(Asset_comments callBuilder)
Paginated list of `AssetComment` items for `Asset`.
-
currentUserPermissions
public On_Asset currentUserPermissions(Asset_currentUserPermissions callBuilder)
`Asset` permissions of the current `User`.
-
customMetadata
public On_Asset customMetadata(Asset_customMetadata callBuilder)
List of `CustomMetadataProperty` items and values associated to `Asset`.
-
workflowTask
public On_Asset workflowTask(Asset_workflowTask callBuilder)
**BETA** The `WorkflowTask` this `Asset` is linked to.
-
-