Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListWorkspaceRecycleBinDocuments
Used to list files in the workspace recycle bin. The recycle bin holds non-permanently deleted files.
Parameters
Name Type Description

ascending

boolean

Default value: true

is ascending

orderBy

RecycleBinWorkspaceDocumentsOrder

Not null
Default value: DISPLAY_NAME

Possible values: [DELETE_DATE, WORKSPACE_NAME, SIZE, UPLOADED_BY, DISPLAY_NAME].

pagination

Pagination

Not null

pagination info

roomGuids

Set(String)

Not null
Default value: new HashSet<>()

roomIds

Set(Integer)

Not null
Default value: new HashSet<>()

workspaceTypes

Set(String)

Not null
Minimum size: 1  Maximum size: 2147483647

Json Format
{
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
ascending: Boolean,
orderBy: RecycleBinWorkspaceDocumentsOrder,
roomIds: Set(Integer),
roomGuids: Set(String),
workspaceTypes: Set(String)
}