Class On_LogoLibrary
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LogoLibrary
-
public class On_LogoLibrary extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LogoLibrary()
-
Method Summary
Modifier and Type Method Description On_LogoLibraryassetCount()Deprecated.On_LogoLibraryassets(LogoLibrary_assets callBuilder)Search or list `Assets` in the `Library`/`Workspace`.On_LogoLibrarybrowse(LogoLibrary_browse callBuilder)Browse the `Library` `SubFolderItems` and `AssetItems`.On_LogoLibrarycollaborators(LogoLibrary_collaborators callBuilder)`Library` collaborators.On_LogoLibrarycollections(LogoLibrary_collections callBuilder)`Library` `Collection` items list.On_LogoLibrarycolor(LogoLibrary_color callBuilder)`Library`/`Workspace` color.On_LogoLibrarycurrentUserPermissions(LogoLibrary_currentUserPermissions callBuilder)`Library` permissions of the current `User`.On_LogoLibrarycustomMetadataProperties(LogoLibrary_customMetadataProperties callBuilder)Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.On_LogoLibraryid()`Library`/`Workspace` Id.On_LogoLibrarylicenses(LogoLibrary_licenses callBuilder)`Library`/`Workspace` `License` items list.On_LogoLibrarymetadataFields(LogoLibrary_metadataFields callBuilder)Deprecated.On_LogoLibraryname()`Library`/`Workspace` name.On_LogoLibraryworkflow(LogoLibrary_workflow callBuilder)**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
-
-
Method Detail
-
id
public On_LogoLibrary id()
`Library`/`Workspace` Id.
-
name
public On_LogoLibrary name()
`Library`/`Workspace` name.
-
color
public On_LogoLibrary color(LogoLibrary_color callBuilder)
`Library`/`Workspace` color.
-
assetCount
@Deprecated public On_LogoLibrary 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_LogoLibrary assets(LogoLibrary_assets callBuilder)
Search or list `Assets` in the `Library`/`Workspace`.
-
licenses
public On_LogoLibrary licenses(LogoLibrary_licenses callBuilder)
`Library`/`Workspace` `License` items list.
-
metadataFields
@Deprecated public On_LogoLibrary metadataFields(LogoLibrary_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_LogoLibrary workflow(LogoLibrary_workflow callBuilder)
**BETA** The `Workflow` belonging to the given `Library`/`Workspace`.
-
browse
public On_LogoLibrary browse(LogoLibrary_browse callBuilder)
Browse the `Library` `SubFolderItems` and `AssetItems`.
-
collaborators
public On_LogoLibrary collaborators(LogoLibrary_collaborators callBuilder)
`Library` collaborators.
-
currentUserPermissions
public On_LogoLibrary currentUserPermissions(LogoLibrary_currentUserPermissions callBuilder)
`Library` permissions of the current `User`.
-
customMetadataProperties
public On_LogoLibrary customMetadataProperties(LogoLibrary_customMetadataProperties callBuilder)
Retrieve list of all `CustomMetadataProperty` items belonging to `Library`.
-
collections
public On_LogoLibrary collections(LogoLibrary_collections callBuilder)
`Library` `Collection` items list.
-
-