Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
Folder
Details about a single folder
Parameters
Name Type Description

folder

String

Deprecated

Parent folder of the folder

folderCapabilities

List(WorkspaceCapabilityType)

Not null
Default value: new HashSet<>()

folderRole

String

fullPath

String

Full path from the workspace root

hasSubfolders

Boolean

Whether the folder has sub folders.

name

String

Name of folder.

originalReadAckState

Boolean

Default value: false

parentGuid

String

parentId

Integer

Parent folder ID.

readConfirmationIncludeSubfolder

Boolean

Default value: false

readConfirmationRequired

Boolean

Default value: false

room

String

Deprecated

Workspace ID of the folder

roomUUID

String

Deprecated

Workspace ID of the folder

starred

Boolean

Will be true if the folder was marked as starred (favorite).

starredDate

Date

subFolders

List(Folder)

Not null
Default value: new ArrayList<>()

List of subfolders. None if there are no subfolders.

updateDate

Date

Folder's update date.

uuid

String

Json Format
{
id: Integer,
isPermsInherited: Boolean,
uuid: String,
name: String,
updateDate: Date,
hasSubfolders: Boolean,
room: String,
roomUUID: String,
folder: String,
parentId: Integer,
parentGuid: String,
subFolders: List(Folder ),
fullPath: String,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
folderRole: String,
readConfirmationRequired: Boolean,
readConfirmationIncludeSubfolder: Boolean,
originalReadAckState: Boolean,
starred: Boolean,
starredDate: Date
}