Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentAndRecipients
Used when gathering information about bulk email notifications
Parameters
Name Type Description

guid

String

The notification guid

recipients

Set(String)

Not null
Default value: new HashSet<>()

A list of recipients

Json Format
{
guid: String,
recipients: Set(String)
}