Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameTransientFolderResult
Result from renaming transient folder
Parameters
Name Type Description

folderCapabilities

List(WorkspaceCapabilityType)

Not null
Default value: new HashSet<>()

List of capabilities

fullPath

String

Full path of folder

hasSubfolders

Boolean

Default value: false

Whether the folder has sub folders.

modifiedBy

String

Modified by

name

String

Name of folder.

parentFullPath

String

room

String

Deprecated

Workspace ID of the folder

roomUUID

String

Workspace ID of the folder

subFolders

List(TransientFolder)

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,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
modifiedBy: String,
subFolders: List(
{
isPermsInherited: Boolean,
name: String,
updateDate: Date,
hasSubfolders: Boolean,
roomUUID: String,
room: String,
parentFullPath: String,
fullPath: String,
fullPathDisplay: String,
sharedFolderId: String,
email: String,
timeInvited: Date,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
modifiedBy: String,
subFolders: List(TransientFolder )
})
}