Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditCollaboration
Edit collaboration settings.
Parameters
Name Type Description

documentFilter

ApiDocumentFilter

File filter. Either pass this or documentGuids

Possible values: [ALL, ABOUT_TO_EXPIRE, RECENTLY_VIEWED, VALID_ONLY, SHARED_BY_ME, HIDDEN, RECENTLY_MODIFIED, SHARED_WITH_ME].

documentGuids

Set(String)

Not null
Default value: new HashSet<>()

List of file guids. Either pass this or documentFilter

isCollaboration

boolean

Default value: false

Indicates whether the files are sent for collaboration.

Json Format
{
documentGuids: Set(String),
documentFilter: ApiDocumentFilter,
isCollaboration: Boolean
}