Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListTransientFoldersSingleLevelResult
Single level of tree folders
Parameters
Name Type Description

folderCapabilities

List(WorkspaceCapabilityType)

Not null
Default value: new HashSet<>()

List of folder capabilities

fullPath

String

Full path of folder

fullPathDisplay

String

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"

hasSubfolders

Boolean

Default value: false

Whether the folder has sub folders.

modifiedBy

String

Modified by

name

String

Name of folder.

parentFullPath

String

Parent full path

room

String

Deprecated

Workspace ID of the folder

roomUUID

String

Workspace ID of the folder

subFolders

List(ListTransientFoldersSingleLevelResult)

Default value: new ArrayList<>()

List of subfolders. None if there are no subfolders.

updateDate

Date

Folder's update date.

Json Format
{
isPermsInherited: Boolean,
name: String,
updateDate: Date,
hasSubfolders: Boolean,
roomUUID: String,
room: String,
parentFullPath: String,
fullPath: String,
fullPathDisplay: String,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
modifiedBy: String,
subFolders: List(ListTransientFoldersSingleLevelResult )
}