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

folderCapabilities

List(WorkspaceCapabilityType)

Not null
Default value: new HashSet<>()

List of capabilities

hasSubfolders

Boolean

Default value: false

Whether the folder has sub folders.

itemId

String

IManage item id

modifiedBy

String

Modified by

name

String

Name of folder.

parentItemId

String

IManage parent item id

roomUUID

String

Workspace ID of the folder

subFolders

List(IManageFolder)

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