Class On_Folder
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Folder
-
public class On_Folder extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Folder()
-
Method Summary
Modifier and Type Method Description On_Folderassets(Folder_assets callBuilder)The `AssetItems` in the current `Library`/`Workspace`/`Folder`.On_Folderbreadcrumbs(Folder_breadcrumbs callBuilder)A list of `Breadcrumb` items representing the parent folders structure for the current `SubFolder`.On_FoldercreatedAt()`DateTime` of the `Folder` creation.On_Foldercreator(Folder_creator callBuilder)The `User` who created the `Folder`.On_Folderfolders(Folder_folders callBuilder)The `FolderItems` of the current `Library`/`Workspace`/`Folder`.On_Folderid()`Folder` Id.On_FoldermodifiedAt()`DateTime` of the last `Folder` modification.On_Foldermodifier(Folder_modifier callBuilder)The `User` who last modified the `Folder`.On_Foldername()`Folder` name.On_FoldersubFolders(Folder_subFolders callBuilder)Deprecated.
-
-
-
Method Detail
-
id
public On_Folder id()
`Folder` Id.
-
name
public On_Folder name()
`Folder` name.
-
creator
public On_Folder creator(Folder_creator callBuilder)
The `User` who created the `Folder`.
-
createdAt
public On_Folder createdAt()
`DateTime` of the `Folder` creation.
-
modifier
public On_Folder modifier(Folder_modifier callBuilder)
The `User` who last modified the `Folder`.
-
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`.
-
-