Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationSyncPolicy
Organization sync policy details
Parameters
Name Type Description

blacklistExpressions

Set(String)

Not null
Default value: new HashSet<>()

Collection of black list expressions

maxSize

Long

Minimum value: 0

whitelistExpressions

Set(String)

Not null
Default value: new HashSet<>()

Collection of white list expressions

Json Format
{
blacklistExpressions: Set(String),
whitelistExpressions: Set(String),
maxSize: Long
}