Package com.seeq.model
Class FolderNavigationOutputV1
java.lang.Object
com.seeq.model.FolderNavigationOutputV1
FolderNavigationOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubfoldersItem
(FolderNavigationOutputV1 subfoldersItem) boolean
getId()
The ID that can be used to interact with the itemgetName()
The human readable nameThe ID of the hierarchy parent of this item.The list of subfoldersint
hashCode()
void
void
void
setParentId
(String parentId) void
setSubfolders
(List<FolderNavigationOutputV1> subfolders) subfolders
(List<FolderNavigationOutputV1> subfolders) toString()
-
Constructor Details
-
FolderNavigationOutputV1
public FolderNavigationOutputV1()
-
-
Method Details
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
parentId
-
getParentId
The ID of the hierarchy parent of this item. May be null if it's a root-level item- Returns:
- parentId
-
setParentId
-
subfolders
-
getSubfolders
The list of subfolders- Returns:
- subfolders
-
setSubfolders
-
equals
-
hashCode
public int hashCode() -
toString
-