Class On_Library
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Library
-
public class On_Library extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Library()
-
Method Summary
Modifier and Type Method Description On_LibraryassetCount()Deprecated.On_Libraryassets(Library_assets callBuilder)Search or list `Assets` in this `Library`.On_Librarybrowse(Library_browse callBuilder)Browse the `Library`'s `SubFolderItems` and `AssetItems`.On_Librarycollaborators(Library_collaborators callBuilder)`Library` collaborators.On_Librarycollections(Library_collections callBuilder)List `Collection` type items within a `Library`.On_Librarycolor(Library_color callBuilder)`Library` color.On_LibrarycurrentUserPermissions(Library_currentUserPermissions callBuilder)Check current `User` permissions in a specific `Library`.On_LibrarycustomMetadataProperties(Library_customMetadataProperties callBuilder)List of `CustomMetadataProperty` items belonging to a `Library`.On_Libraryid()`Library` Id.On_Librarylicenses(Library_licenses callBuilder)Retrieve list of all `Licenses` belonging to this `Library`.On_LibrarymetadataFields(Library_metadataFields callBuilder)Deprecated.On_Libraryname()`Library` name.On_Libraryworkflow(Library_workflow callBuilder)**BETA** The `Workflow` belonging to the given `Library`.
-
-
-
Method Detail
-
id
public On_Library id()
`Library` Id.
-
name
public On_Library name()
`Library` name.
-
color
public On_Library color(Library_color callBuilder)
`Library` color.
-
assetCount
@Deprecated public On_Library assetCount()
Deprecated.**DEPRECATED** Amount of `Assets` contained in this `Library`. This field will be removed. Use `assets`.`total` instead. | Date: 2024-01-01T00:00:00.000+00:00 This field will be removed. Use `assets`.`total` instead. | Date: 2024-01-01T00:00:00.000+00:00
-
metadataFields
@Deprecated public On_Library metadataFields(Library_metadataFields callBuilder)
Deprecated.**DEPRECATED** Retrieve list of all `MetadataFields` belonging to this `Library`. This field will be removed. Use `customMetadataProperties` instead. | Date: 2025-01-01T00:00:00.000+00:00 This field will be removed. Use `customMetadataProperties` instead. | Date: 2025-01-01T00:00:00.000+00:00
-
assets
public On_Library assets(Library_assets callBuilder)
Search or list `Assets` in this `Library`.
-
licenses
public On_Library licenses(Library_licenses callBuilder)
Retrieve list of all `Licenses` belonging to this `Library`.
-
collections
public On_Library collections(Library_collections callBuilder)
List `Collection` type items within a `Library`.
-
browse
public On_Library browse(Library_browse callBuilder)
Browse the `Library`'s `SubFolderItems` and `AssetItems`.
-
collaborators
public On_Library collaborators(Library_collaborators callBuilder)
`Library` collaborators.
-
currentUserPermissions
public On_Library currentUserPermissions(Library_currentUserPermissions callBuilder)
Check current `User` permissions in a specific `Library`.
-
workflow
public On_Library workflow(Library_workflow callBuilder)
**BETA** The `Workflow` belonging to the given `Library`.
-
customMetadataProperties
public On_Library customMetadataProperties(Library_customMetadataProperties callBuilder)
List of `CustomMetadataProperty` items belonging to a `Library`.
-
-