Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TransientMove
Used for moving folders or files
Parameters
Name Type Description

deviceType

DeviceType

Device type

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

documentPaths

Set(String)

Default value: new HashSet<>()

Current file paths.

folderPaths

Set(String)

Default value: new HashSet<>()

Current folder paths.

targetPath

String

Required
Not null

Target folder path or ID .

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
folderPaths: Set(String),
deviceType: DeviceType,
documentPaths: Set(String),
targetPath: String,
workspaceGuid: String
}