Class On_Folder


  • public class On_Folder
    extends ch.brix.gql.client.TypeBuilder
    • Constructor Detail

      • On_Folder

        public On_Folder()
    • Method Detail

      • name

        public On_Folder name()
        `Folder` name.
      • createdAt

        public On_Folder createdAt()
        `DateTime` of the `Folder` creation.
      • modifiedAt

        public On_Folder modifiedAt()
        `DateTime` of the last `Folder` modification.
      • breadcrumbs

        public On_Folder breadcrumbs​(Folder_breadcrumbs callBuilder)
        A list of `Breadcrumb` items representing the parent folders structure for the current `SubFolder`.
      • subFolders

        @Deprecated
        public On_Folder subFolders​(Folder_subFolders callBuilder)
        Deprecated.
        **DEPRECATED** The `SubFolderItems` of the current `Library`/`Workspace`/`SubFolder`. 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_Folder folders​(Folder_folders callBuilder)
        The `FolderItems` of the current `Library`/`Workspace`/`Folder`.
      • assets

        public On_Folder assets​(Folder_assets callBuilder)
        The `AssetItems` in the current `Library`/`Workspace`/`Folder`.