Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RoomExternalData
Items associated with a workspace
Parameters
Name Type Description

id

Integer

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
})
}