public class TransientFolderInfoResultJson extends BaseJson
Constructor and Description |
---|
TransientFolderInfoResultJson() |
Modifier and Type | Method and Description |
---|---|
ExternalRepositoryIdResultJson |
getExternalIdentifier()
External identifier
|
FolderExternalRepositoryDataJson |
getExternalRepositoryData()
External repository data
|
String |
getFolder()
Parent folder of the folder
|
Set<WorkspaceCapabilityType> |
getFolderCapabilities()
List of folder capabilities
|
String |
getFolderRole()
Folder role
|
String |
getFullPath()
Full path from the workspace root
|
Boolean |
getHasSubfolders()
Whether the folder has sub folders.
|
Integer |
getId()
Id
|
Boolean |
getIsPermissionsInherited()
are permissions inherited from parent
|
Date |
getLastFileModifiedDate()
max last modified date of files in folder, include sub folders
|
String |
getName()
Name of folder.
|
Integer |
getParentId() |
String |
getRoom()
Workspace ID of the folder
|
List<FolderJson> |
getSubFolders()
List of subfolders.
|
Integer |
getTotalCount()
# of files in folder, include sub folders
|
Long |
getTotalFilesSize()
Size in MB for all files in this folder, include sub folders
|
Date |
getUpdateDate()
Folder's update date.
|
String |
getUuid()
Uuid
|
Boolean |
isPermissionsInherited()
Deprecated.
|
void |
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
External identifier
|
void |
setExternalRepositoryData(FolderExternalRepositoryDataJson externalRepositoryData)
External repository data
|
void |
setFolder(String folder)
Parent folder of the folder
|
void |
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of folder capabilities
|
void |
setFolderRole(String folderRole)
Folder role
|
void |
setFullPath(String fullPath)
Full path from the workspace root
|
void |
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.
|
void |
setId(Integer id)
Id
|
void |
setIsPermissionsInherited(Boolean isPermissionsInherited)
are permissions inherited from parent
|
void |
setLastFileModifiedDate(Date lastFileModifiedDate)
max last modified date of files in folder, include sub folders
|
void |
setName(String name)
Name of folder.
|
void |
setParentId(Integer parentId) |
void |
setPermissionsInherited(Boolean isPermissionsInherited)
Deprecated.
|
void |
setRoom(String room)
Workspace ID of the folder
|
void |
setSubFolders(List<FolderJson> subFolders)
List of subfolders.
|
void |
setTotalCount(Integer totalCount)
# of files in folder, include sub folders
|
void |
setTotalFilesSize(Long totalFilesSize)
Size in MB for all files in this folder, include sub folders
|
void |
setUpdateDate(Date updateDate)
Folder's update date.
|
void |
setUuid(String uuid)
Uuid
|
getObjType, setObjType, toString
public String getFolderRole()
public void setFolderRole(String folderRole)
folderRole
- Folder rolepublic String getFullPath()
public void setFullPath(String fullPath)
fullPath
- Full path from the workspace rootpublic 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 folder capabilitiespublic Boolean getHasSubfolders()
public void setHasSubfolders(Boolean hasSubfolders)
hasSubfolders
- Whether the folder has sub folders.public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
totalCount
- # of files in folder, include sub folderspublic String getUuid()
public void setUuid(String uuid)
uuid
- Uuidpublic Long getTotalFilesSize()
public void setTotalFilesSize(Long totalFilesSize)
totalFilesSize
- Size in MB for all files in this folder, include
sub folderspublic String getRoom()
public void setRoom(String room)
room
- Workspace ID of the folderpublic Integer getParentId()
public void setParentId(Integer parentId)
public Boolean getIsPermissionsInherited()
@Deprecated public Boolean isPermissionsInherited()
public void setIsPermissionsInherited(Boolean isPermissionsInherited)
isPermissionsInherited
- are permissions inherited from parent@Deprecated public void setPermissionsInherited(Boolean isPermissionsInherited)
isPermissionsInherited
- are permissions inherited from parentpublic List<FolderJson> getSubFolders()
public void setSubFolders(List<FolderJson> subFolders)
subFolders
- List of subfolders. None if there are no subfolders.public String getFolder()
public void setFolder(String folder)
folder
- Parent folder of the folderpublic FolderExternalRepositoryDataJson getExternalRepositoryData()
public void setExternalRepositoryData(FolderExternalRepositoryDataJson externalRepositoryData)
externalRepositoryData
- External repository datapublic String getName()
public void setName(String name)
name
- Name of folder.public ExternalRepositoryIdResultJson getExternalIdentifier()
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
externalIdentifier
- External identifierpublic Integer getId()
public void setId(Integer id)
id
- Idpublic Date getLastFileModifiedDate()
public void setLastFileModifiedDate(Date lastFileModifiedDate)
lastFileModifiedDate
- max last modified date of files in folder,
include sub foldersCopyright © 2019. All rights reserved.