Class ListTransientFoldersSingleLevelResultJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListTransientFoldersSingleLevelResultJson
- All Implemented Interfaces:
Serializable
public class ListTransientFoldersSingleLevelResultJson extends BaseJson
Single level of tree folders
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListTransientFoldersSingleLevelResultJson()
-
Method Summary
Modifier and Type Method Description ExternalRepositoryIdResultJson
getExternalIdentifier()
External identifierSet<WorkspaceCapabilityType>
getFolderCapabilities()
List of folder capabilitiesString
getFullPath()
Full path of folderString
getFullPathDisplay()
Full path of foler for display.Boolean
getHasSubfolders()
Whether the folder has sub folders.Boolean
getIsPermsInherited()
String
getModifiedBy()
Modified byString
getName()
Name of folder.String
getParentFullPath()
Parent full pathString
getRoom()
Workspace ID of the folderString
getRoomUUID()
Workspace ID of the folderList<ListTransientFoldersSingleLevelResultJson>
getSubFolders()
List of subfolders.Date
getUpdateDate()
Folder's update date.void
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
External identifiervoid
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of folder capabilitiesvoid
setFullPath(String fullPath)
Full path of foldervoid
setFullPathDisplay(String fullPathDisplay)
Full path of foler for display.void
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.void
setIsPermsInherited(Boolean isPermsInherited)
void
setModifiedBy(String modifiedBy)
Modified byvoid
setName(String name)
Name of folder.void
setParentFullPath(String parentFullPath)
Parent full pathvoid
setRoom(String room)
Workspace ID of the foldervoid
setRoomUUID(String roomUUID)
Workspace ID of the foldervoid
setSubFolders(List<ListTransientFoldersSingleLevelResultJson> subFolders)
List of subfolders.void
setUpdateDate(Date updateDate)
Folder's update date.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListTransientFoldersSingleLevelResultJson
public ListTransientFoldersSingleLevelResultJson()
-
-
Method Details
-
getFullPath
Full path of folder- Returns:
- Full path of folder
-
setFullPath
Full path of folder- Parameters:
fullPath
- Full path of folder
-
getUpdateDate
Folder's update date.- Returns:
- Folder's update date.
-
setUpdateDate
Folder's update date.- Parameters:
updateDate
- Folder's update date.
-
getFolderCapabilities
List of folder capabilities- Returns:
- List of folder capabilities
-
setFolderCapabilities
List of folder capabilities- Parameters:
folderCapabilities
- List of folder capabilities
-
getHasSubfolders
Whether the folder has sub folders.- Returns:
- Whether the folder has sub folders.
-
setHasSubfolders
Whether the folder has sub folders.- Parameters:
hasSubfolders
- Whether the folder has sub folders.
-
getFullPathDisplay
Full path of foler for display. It is same as fullPath except for Box repository, which removes the leading ownerId. Example: "/8221421110/chapter6/FolderTest2222" -> "/chapter6/FolderTest2222"- Returns:
- Full path of foler for display. It is same as fullPath except for Box repository, which removes the leading ownerId. Example: "/8221421110/chapter6/FolderTest2222" -> "/chapter6/FolderTest2222"
-
setFullPathDisplay
Full path of foler for display. It is same as fullPath except for Box repository, which removes the leading ownerId. Example: "/8221421110/chapter6/FolderTest2222" -> "/chapter6/FolderTest2222"- Parameters:
fullPathDisplay
- Full path of foler for display. It is same as fullPath except for Box repository, which removes the leading ownerId. Example: "/8221421110/chapter6/FolderTest2222" -> "/chapter6/FolderTest2222"
-
getRoom
Workspace ID of the folder- Returns:
- Workspace ID of the folder
-
setRoom
Workspace ID of the folder- Parameters:
room
- Workspace ID of the folder
-
getSubFolders
List of subfolders. None if there are no subfolders.- Returns:
- List of subfolders. None if there are no subfolders.
-
setSubFolders
List of subfolders. None if there are no subfolders.- Parameters:
subFolders
- List of subfolders. None if there are no subfolders.
-
getName
Name of folder.- Returns:
- Name of folder.
-
setName
Name of folder.- Parameters:
name
- Name of folder.
-
getExternalIdentifier
External identifier- Returns:
- External identifier
-
setExternalIdentifier
External identifier- Parameters:
externalIdentifier
- External identifier
-
getModifiedBy
Modified by- Returns:
- Modified by
-
setModifiedBy
Modified by- Parameters:
modifiedBy
- Modified by
-
getIsPermsInherited
-
setIsPermsInherited
-
getRoomUUID
Workspace ID of the folder- Returns:
- Workspace ID of the folder
-
setRoomUUID
Workspace ID of the folder- Parameters:
roomUUID
- Workspace ID of the folder
-
getParentFullPath
Parent full path- Returns:
- Parent full path
-
setParentFullPath
Parent full path- Parameters:
parentFullPath
- Parent full path
-