Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
Domain
A single domain's information
Parameters
Name Type Description

address

String

The domain address

id

Integer

The domain's id

roles

Set(String)

Not null
Default value: new HashSet<>()

Roles associated with this domain

Json Format
{
id: Integer,
address: String,
roles: Set(String)
}