Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
Modifier and Type | Class and Description |
---|---|
class |
DeleteDocumentsSelectionVdrJson
Files or folders to be deleted from a workspace.
|
class |
DownloadDocumentsSelectionVdrJson
Used when choosing which files to download in a workspace
|
class |
MarkDocumentsSelectionVdrJson
Files selected for marking
|
Modifier and Type | Method and Description |
---|---|
void |
Rooms.downloadOriginalDocumentsV30(String roomId,
DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.
Use
Workspaces#downloadGenericDocumentsV30(String,
String, DownloadDocumentsSelectionVdrJson) instead. |
void |
Workspaces.downloadOriginalDocumentsV30(String roomId,
DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.
Use
Workspaces#downloadGenericDocumentsV30(String,
String, DownloadDocumentsSelectionVdrJson) instead. |
InputStream |
Rooms.downloadProtectedDocumentsV30(String roomId,
DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.
Use
Workspaces#downloadGenericDocumentsV30(String,
String, DownloadDocumentsSelectionVdrJson) instead. |
InputStream |
Workspaces.downloadProtectedDocumentsV30(String roomId,
DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.
Use
Workspaces#downloadGenericDocumentsV30(String,
String, DownloadDocumentsSelectionVdrJson) instead. |
Copyright © 2019. All rights reserved.