Interface Folder
-
- All Known Implementing Classes:
SubFolder
public interface Folder`FolderInterface` for `Folder` returnable types.
-
-
Method Summary
Modifier and Type Method Description AssetItemsgetAssets()The `AssetItems` in the current `Library`/`Workspace`/`Folder`.List<Breadcrumb>getBreadcrumbs()A list of `Breadcrumb` items representing the parent folders structure for the current `SubFolder`.DateTimeScalargetCreatedAt()`DateTime` of the `Folder` creation.UsergetCreator()The `User` who created the `Folder`.FolderItemsgetFolders()The `FolderItems` of the current `Library`/`Workspace`/`Folder`.IdScalargetId()`Folder` Id.DateTimeScalargetModifiedAt()`DateTime` of the last `Folder` modification.UsergetModifier()The `User` who last modified the `Folder`.StringScalargetName()`Folder` name.SubFolderItemsgetSubFolders()Deprecated.
-
-
-
Method Detail
-
getId
IdScalar getId()
`Folder` Id.
-
getName
StringScalar getName()
`Folder` name.
-
getCreator
User getCreator()
The `User` who created the `Folder`.
-
getCreatedAt
DateTimeScalar getCreatedAt()
`DateTime` of the `Folder` creation.
-
getModifier
User getModifier()
The `User` who last modified the `Folder`.
-
getModifiedAt
DateTimeScalar getModifiedAt()
`DateTime` of the last `Folder` modification.
-
getBreadcrumbs
List<Breadcrumb> getBreadcrumbs()
A list of `Breadcrumb` items representing the parent folders structure for the current `SubFolder`.
-
getSubFolders
@Deprecated SubFolderItems getSubFolders()
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
-
getFolders
FolderItems getFolders()
The `FolderItems` of the current `Library`/`Workspace`/`Folder`.
-
getAssets
AssetItems getAssets()
The `AssetItems` in the current `Library`/`Workspace`/`Folder`.
-
-