Class On_DocumentLibrary
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_DocumentLibrary
-
public class On_DocumentLibrary extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_DocumentLibrary()
-
Method Summary
Modifier and Type Method Description On_DocumentLibraryassetCount()Deprecated.On_DocumentLibraryassets(DocumentLibrary_assets callBuilder)Search or list `Assets` in the `Library`/`Workspace`.On_DocumentLibrarybrowse(DocumentLibrary_browse callBuilder)Browse the `Library` `SubFolderItems` and `AssetItems`.On_DocumentLibrarycollaborators(DocumentLibrary_collaborators callBuilder)`Library` collaborators.On_DocumentLibrarycollections(DocumentLibrary_collections callBuilder)`Library` `Collection` items list.On_DocumentLibrarycolor(DocumentLibrary_color callBuilder)`Library`/`Workspace` color.On_DocumentLibrarycurrentUserPermissions(DocumentLibrary_currentUserPermissions callBuilder)`Library` permissions of the current `User`.On_DocumentLibrarycustomMetadataProperties(DocumentLibrary_customMetadataProperties callBuilder)Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.On_DocumentLibraryid()`Library`/`Workspace` Id.On_DocumentLibrarylicenses(DocumentLibrary_licenses callBuilder)`Library`/`Workspace` `License` items list.On_DocumentLibrarymetadataFields(DocumentLibrary_metadataFields callBuilder)Deprecated.On_DocumentLibraryname()`Library`/`Workspace` name.On_DocumentLibraryworkflow(DocumentLibrary_workflow callBuilder)**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
-
-
Method Detail
-
id
public On_DocumentLibrary id()
`Library`/`Workspace` Id.
-
name
public On_DocumentLibrary name()
`Library`/`Workspace` name.
-
color
public On_DocumentLibrary color(DocumentLibrary_color callBuilder)
`Library`/`Workspace` color.
-
assetCount
@Deprecated public On_DocumentLibrary assetCount()
Deprecated.**DEPRECATED** Amount of `Assets` contained in the `Library`/`Workspace`. 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
-
assets
public On_DocumentLibrary assets(DocumentLibrary_assets callBuilder)
Search or list `Assets` in the `Library`/`Workspace`.
-
licenses
public On_DocumentLibrary licenses(DocumentLibrary_licenses callBuilder)
`Library`/`Workspace` `License` items list.
-
metadataFields
@Deprecated public On_DocumentLibrary metadataFields(DocumentLibrary_metadataFields callBuilder)
Deprecated.**DEPRECATED** `Library`/`Workspace` `MetadataField` items list. 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
-
workflow
public On_DocumentLibrary workflow(DocumentLibrary_workflow callBuilder)
**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
browse
public On_DocumentLibrary browse(DocumentLibrary_browse callBuilder)
Browse the `Library` `SubFolderItems` and `AssetItems`.
-
collaborators
public On_DocumentLibrary collaborators(DocumentLibrary_collaborators callBuilder)
`Library` collaborators.
-
currentUserPermissions
public On_DocumentLibrary currentUserPermissions(DocumentLibrary_currentUserPermissions callBuilder)
`Library` permissions of the current `User`.
-
customMetadataProperties
public On_DocumentLibrary customMetadataProperties(DocumentLibrary_customMetadataProperties callBuilder)
Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.
-
collections
public On_DocumentLibrary collections(DocumentLibrary_collections callBuilder)
`Library` `Collection` items list.
-
-