Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
Move
Used when moving files
Parameters
Name Type Description

deviceType

DeviceType

Device types

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].

documentGuids

Set(String)

List of file guids

folderGuids

Set(String)

Not null
Default value: new HashSet<>()

List of current folder guids

folderIds

Set(Integer)

Not null
Default value: new HashSet<>()

List of current folder ids

folderPaths

Set(String)

Not null
Default value: new HashSet<>()

List of current folder paths

targetGuid

String

Target guid

targetId

Integer

Target id

targetPath

String

Target folder path or ID .

Json Format
{
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
deviceType: DeviceType,
documentGuids: Set(String),
targetPath: String,
targetId: Integer,
targetGuid: String
}