public class FolderInfoJson extends BaseJson
Constructor and Description |
---|
FolderInfoJson() |
Modifier and Type | Method and Description |
---|---|
ExternalRepositoryIdResultJson |
getExternalIdentifier() |
FolderExternalRepositoryDataJson |
getExternalRepositoryData() |
String |
getFolder() |
Set<WorkspaceCapabilityType> |
getFolderCapabilities() |
Set<FolderPathToUuidJson> |
getFolderPathToUuidJsons() |
String |
getFolderRole() |
String |
getFullPath()
Full path from the room root
|
Boolean |
getHasSubfolders()
Whether the folder has sub folders.
|
Integer |
getId()
Id for the folder
|
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.
|
Boolean |
getOriginalReadAckState() |
Integer |
getParentId()
Parent folder of the folder
|
Boolean |
getReadConfirmationIncludeSubfolder() |
Boolean |
getReadConfirmationRequired()
is read confirmation required for files in this folder
|
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 of the folder
|
String |
getWorkspaceUuid() |
Boolean |
isPermissionsInherited()
Deprecated.
|
void |
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier) |
void |
setExternalRepositoryData(FolderExternalRepositoryDataJson externalRepositoryData) |
void |
setFolder(String folder) |
void |
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities) |
void |
setFolderPathToUuidJsons(Set<FolderPathToUuidJson> folderPathToUuidJsons) |
void |
setFolderRole(String folderRole) |
void |
setFullPath(String fullPath)
Full path from the room root
|
void |
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.
|
void |
setId(Integer id)
Id for the folder
|
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 |
setOriginalReadAckState(Boolean originalReadAckState) |
void |
setParentId(Integer parentId)
Parent folder of the folder
|
void |
setPermissionsInherited(Boolean isPermissionsInherited)
Deprecated.
|
void |
setReadConfirmationIncludeSubfolder(Boolean readConfirmationIncludeSubfolder) |
void |
setReadConfirmationRequired(Boolean readConfirmationRequired)
is read confirmation required for files in this folder
|
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 of the folder
|
void |
setWorkspaceUuid(String workspaceUuid) |
getObjType, setObjType, toString
public String getFolderRole()
public void setFolderRole(String folderRole)
public String getFullPath()
public void setFullPath(String fullPath)
fullPath
- Full path from the room rootpublic Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- Folder's update date.public Set<WorkspaceCapabilityType> getFolderCapabilities()
public void setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
public Boolean getOriginalReadAckState()
public void setOriginalReadAckState(Boolean originalReadAckState)
public 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 Long getTotalFilesSize()
public void setTotalFilesSize(Long totalFilesSize)
totalFilesSize
- Size in MB for all files in this folder, include
sub folderspublic String getUuid()
public void setUuid(String uuid)
uuid
- UUID of the folderpublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
public Integer getParentId()
public void setParentId(Integer parentId)
parentId
- Parent folder of the folderpublic String getRoom()
public void setRoom(String room)
room
- Workspace ID of the folderpublic 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)
public Boolean getReadConfirmationRequired()
public void setReadConfirmationRequired(Boolean readConfirmationRequired)
readConfirmationRequired
- is read confirmation required for files
in this folderpublic FolderExternalRepositoryDataJson getExternalRepositoryData()
public void setExternalRepositoryData(FolderExternalRepositoryDataJson externalRepositoryData)
public Set<FolderPathToUuidJson> getFolderPathToUuidJsons()
public void setFolderPathToUuidJsons(Set<FolderPathToUuidJson> folderPathToUuidJsons)
public String getName()
public void setName(String name)
name
- Name of folder.public ExternalRepositoryIdResultJson getExternalIdentifier()
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
public Boolean getReadConfirmationIncludeSubfolder()
public void setReadConfirmationIncludeSubfolder(Boolean readConfirmationIncludeSubfolder)
public Integer getId()
public void setId(Integer id)
id
- Id for the folderpublic Date getLastFileModifiedDate()
public void setLastFileModifiedDate(Date lastFileModifiedDate)
lastFileModifiedDate
- max last modified date of files in folder,
include sub foldersCopyright © 2019. All rights reserved.