Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RestoreWorkspacesRecycleBinWorkspaces
Workspaces to restore from the recycle bin
Parameters
Name Type Description

workspaceGuidsToRestore

Set(String)

Not null
Default value: new HashSet<>()

List of workspaces (by uuid) to restore

workspaceIdsToRestore

Set(Integer)

Not null
Default value: new HashSet<>()

List of workspaces (by id) to restore

Json Format
{
workspaceIdsToRestore: Set(Integer),
workspaceGuidsToRestore: Set(String)
}