Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TransientDocumentPermissionRequestsResults
Result from a permission request for a document in a transient workspace
Parameters
Name Type Description

contentType

String

folderPath

String

Folder path

name

String

file name

path

String

The file path in the transient workspace

permissionRequests

List(TransientDocumentPendingPermissionRequest)

Not null
Default value: new ArrayList<>()

List of permission requests

roomName

String

Workspace name

workspaceUuid

String

Workspace Uuid

Json Format
{
path: String,
name: String,
workspaceUuid: String,
folderPath: String,
permissionRequests: List(
{
requesterEmail: String,
requestDate: Date,
requestType: PermissionRequestType,
userMessage: String
}),
contentType: String,
roomName: String
}