Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
UnStarredTransientDocuments
Files in transient workspaces that are not starred.
Parameters
Name Type Description

documentPaths

Set(String)

Not null
Default value: new HashSet<>()

List of file paths

workspaceUuid

String

Required
Not null

Workspace uuid

Json Format
{
workspaceUuid: String,
documentPaths: Set(String)
}