public class ListIManageFoldersSingleLevelResultJson extends BaseJson
Constructor and Description |
---|
ListIManageFoldersSingleLevelResultJson() |
Modifier and Type | Method and Description |
---|---|
ExternalRepositoryIdResultJson |
getExternalIdentifier()
External identifier
|
Set<WorkspaceCapabilityType> |
getFolderCapabilities()
List of folder capabilities
|
Boolean |
getHasSubfolders()
Whether the folder has sub folders.
|
Boolean |
getIsPermsInherited() |
String |
getItemId() |
String |
getModifiedBy()
Modified by
|
String |
getName()
Name of folder.
|
String |
getParentItemId() |
String |
getRoomUUID()
Workspace ID of the folder
|
List<ListIManageFoldersSingleLevelResultJson> |
getSubFolders()
List of subfolders.
|
Date |
getUpdateDate()
Folder's update date.
|
void |
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
External identifier
|
void |
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of folder capabilities
|
void |
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.
|
void |
setIsPermsInherited(Boolean isPermsInherited) |
void |
setItemId(String itemId) |
void |
setModifiedBy(String modifiedBy)
Modified by
|
void |
setName(String name)
Name of folder.
|
void |
setParentItemId(String parentItemId) |
void |
setRoomUUID(String roomUUID)
Workspace ID of the folder
|
void |
setSubFolders(List<ListIManageFoldersSingleLevelResultJson> subFolders)
List of subfolders.
|
void |
setUpdateDate(Date updateDate)
Folder's update date.
|
getObjType, setObjType, toString
public ListIManageFoldersSingleLevelResultJson()
public String getItemId()
public void setItemId(String itemId)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- Folder's update date.public List<ListIManageFoldersSingleLevelResultJson> getSubFolders()
public void setSubFolders(List<ListIManageFoldersSingleLevelResultJson> subFolders)
subFolders
- List of subfolders. None if there are no subfolders.public Set<WorkspaceCapabilityType> getFolderCapabilities()
public void setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
folderCapabilities
- List of folder capabilitiespublic String getParentItemId()
public void setParentItemId(String parentItemId)
public String getName()
public void setName(String name)
name
- Name of folder.public Boolean getHasSubfolders()
public void setHasSubfolders(Boolean hasSubfolders)
hasSubfolders
- Whether the folder has sub folders.public ExternalRepositoryIdResultJson getExternalIdentifier()
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
externalIdentifier
- External identifierpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy
- Modified bypublic Boolean getIsPermsInherited()
public void setIsPermsInherited(Boolean isPermsInherited)
public String getRoomUUID()
public void setRoomUUID(String roomUUID)
roomUUID
- Workspace ID of the folderCopyright © 2019. All rights reserved.