Class On_LibraryRootFolder
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryRootFolder
-
public class On_LibraryRootFolder extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryRootFolder()
-
Method Summary
Modifier and Type Method Description On_LibraryRootFolderassets(LibraryRootFolder_assets callBuilder)`Library`/`Workspace`'s `AssetItems` list.On_LibraryRootFolderfolders(LibraryRootFolder_folders callBuilder)The `FolderItems` of the current `Library`/`Workspace`.On_LibraryRootFoldersubFolders(LibraryRootFolder_subFolders callBuilder)Deprecated.
-
-
-
Method Detail
-
subFolders
@Deprecated public On_LibraryRootFolder subFolders(LibraryRootFolder_subFolders callBuilder)
Deprecated.**DEPRECATED** The `SubFolderItems` of the current `Library`/`Workspace`. This field will be removed. Use `folders` instead. | Date: 2024-07-01T00:00:00.000+00:00 This field will be removed. Use `folders` instead. | Date: 2024-07-01T00:00:00.000+00:00
-
folders
public On_LibraryRootFolder folders(LibraryRootFolder_folders callBuilder)
The `FolderItems` of the current `Library`/`Workspace`.
-
assets
public On_LibraryRootFolder assets(LibraryRootFolder_assets callBuilder)
`Library`/`Workspace`'s `AssetItems` list.
-
-