public class RenameTransientFolderResultJson extends BaseJson
Constructor and Description |
---|
RenameTransientFolderResultJson() |
Modifier and Type | Method and Description |
---|---|
ExternalRepositoryIdResultJson |
getExternalIdentifier() |
Set<WorkspaceCapabilityType> |
getFolderCapabilities()
List of capabilities
|
String |
getFullPath()
Full path of folder
|
Boolean |
getHasSubfolders()
Whether the folder has sub folders.
|
Boolean |
getIsPermsInherited() |
String |
getModifiedBy()
Modified by
|
String |
getName()
Name of folder.
|
String |
getParentFullPath() |
String |
getRoom()
Workspace ID of the folder
|
String |
getRoomUUID()
Workspace ID of the folder
|
List<TransientFolderJson> |
getSubFolders()
List of subfolders.
|
Date |
getUpdateDate()
Folder's update date.
|
void |
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier) |
void |
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of capabilities
|
void |
setFullPath(String fullPath)
Full path of folder
|
void |
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.
|
void |
setIsPermsInherited(Boolean isPermsInherited) |
void |
setModifiedBy(String modifiedBy)
Modified by
|
void |
setName(String name)
Name of folder.
|
void |
setParentFullPath(String parentFullPath) |
void |
setRoom(String room)
Workspace ID of the folder
|
void |
setRoomUUID(String roomUUID)
Workspace ID of the folder
|
void |
setSubFolders(List<TransientFolderJson> subFolders)
List of subfolders.
|
void |
setUpdateDate(Date updateDate)
Folder's update date.
|
getObjType, setObjType, toString
public String getFullPath()
public void setFullPath(String fullPath)
fullPath
- Full path of folderpublic Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- Folder's update date.public Set<WorkspaceCapabilityType> getFolderCapabilities()
public void setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
folderCapabilities
- List of capabilitiespublic Boolean getHasSubfolders()
public void setHasSubfolders(Boolean hasSubfolders)
hasSubfolders
- Whether the folder has sub folders.public String getRoom()
public void setRoom(String room)
room
- Workspace ID of the folderpublic List<TransientFolderJson> getSubFolders()
public void setSubFolders(List<TransientFolderJson> subFolders)
subFolders
- List of subfolders. None if there are no subfolders.public String getName()
public void setName(String name)
name
- Name of folder.public ExternalRepositoryIdResultJson getExternalIdentifier()
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
public 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 folderpublic String getParentFullPath()
public void setParentFullPath(String parentFullPath)
Copyright © 2019. All rights reserved.