Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FolderExternalData
A collection of items in an external folder
Parameters
Name Type Description

id

Integer

Required
Not null

Id

items

Set(ExternalDataItem)

Not null
Default value: new HashSet<>()

List of external data items

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