Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ReportFilter
A report filter
Parameters
Name Type Description

activeDirectoryGroupsGuids

Set(String)

Not null
Default value: new HashSet<>()

List of Active Directory groups

distributionListsNames

Set(String)

Not null
Default value: new HashSet<>()

List of distribution list names

groups

Set(GroupRequest)

Not null
Default value: new HashSet<>()

List of groups

roomGuids

Set(String)

Not null
Default value: new HashSet<>()

List of workspace guids

roomIds

Set(Integer)

Not null
Default value: new HashSet<>()

List of workspace ids

usersAddresses

Set(String)

Not null
Default value: new HashSet<>()

List of user email addresses

Json Format
{
usersAddresses: Set(String),
roomIds: Set(Integer),
roomGuids: Set(String),
distributionListsNames: Set(String),
groups: Set(
{
roomId: Integer,
roomGuid: String,
groupName: String
}),
activeDirectoryGroupsGuids: Set(String)
}