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

folderCapabilities

List(WorkspaceCapabilityType)

Not null
Default value: new HashSet<>()

List of folder capabilities

hasSubfolders

Boolean

Default value: false

Whether the folder has sub folders.

itemId

String

modifiedBy

String

Modified by

name

String

Name of folder.

parentItemId

String

roomUUID

String

Workspace ID of the folder

subFolders

List(ListIManageFoldersSingleLevelResult)

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,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
modifiedBy: String,
subFolders: List(ListIManageFoldersSingleLevelResult ),
itemId: String,
parentItemId: String
}