Class On_IconLibrary
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_IconLibrary
-
public class On_IconLibrary extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_IconLibrary()
-
Method Summary
Modifier and Type Method Description On_IconLibraryassetCount()Deprecated.On_IconLibraryassets(IconLibrary_assets callBuilder)Search or list `Assets` in the `Library`/`Workspace`.On_IconLibrarybrowse(IconLibrary_browse callBuilder)Browse the `Library` `SubFolderItems` and `AssetItems`.On_IconLibrarycollaborators(IconLibrary_collaborators callBuilder)`Library` collaborators.On_IconLibrarycollections(IconLibrary_collections callBuilder)`Library` `Collection` items list.On_IconLibrarycolor(IconLibrary_color callBuilder)`Library`/`Workspace` color.On_IconLibrarycurrentUserPermissions(IconLibrary_currentUserPermissions callBuilder)`Library` permissions of the current `User`.On_IconLibrarycustomMetadataProperties(IconLibrary_customMetadataProperties callBuilder)Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.On_IconLibraryid()`Library`/`Workspace` Id.On_IconLibrarylicenses(IconLibrary_licenses callBuilder)`Library`/`Workspace` `License` items list.On_IconLibrarymetadataFields(IconLibrary_metadataFields callBuilder)Deprecated.On_IconLibraryname()`Library`/`Workspace` name.On_IconLibraryworkflow(IconLibrary_workflow callBuilder)**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
-
-
Method Detail
-
id
public On_IconLibrary id()
`Library`/`Workspace` Id.
-
name
public On_IconLibrary name()
`Library`/`Workspace` name.
-
color
public On_IconLibrary color(IconLibrary_color callBuilder)
`Library`/`Workspace` color.
-
assetCount
@Deprecated public On_IconLibrary 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_IconLibrary assets(IconLibrary_assets callBuilder)
Search or list `Assets` in the `Library`/`Workspace`.
-
licenses
public On_IconLibrary licenses(IconLibrary_licenses callBuilder)
`Library`/`Workspace` `License` items list.
-
metadataFields
@Deprecated public On_IconLibrary metadataFields(IconLibrary_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_IconLibrary workflow(IconLibrary_workflow callBuilder)
**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
browse
public On_IconLibrary browse(IconLibrary_browse callBuilder)
Browse the `Library` `SubFolderItems` and `AssetItems`.
-
collaborators
public On_IconLibrary collaborators(IconLibrary_collaborators callBuilder)
`Library` collaborators.
-
currentUserPermissions
public On_IconLibrary currentUserPermissions(IconLibrary_currentUserPermissions callBuilder)
`Library` permissions of the current `User`.
-
customMetadataProperties
public On_IconLibrary customMetadataProperties(IconLibrary_customMetadataProperties callBuilder)
Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.
-
collections
public On_IconLibrary collections(IconLibrary_collections callBuilder)
`Library` `Collection` items list.
-
-