Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentExternalData
A file's external data
Parameters
Name Type Description

id

String

File id

items

Set(ExternalDataItem)

Not null
Default value: new HashSet<>()

List of external data itmes

Json Format
{
id: String,
items: Set(
{
key: String,
value: String
})
}