Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
-
Uses of DocumentsSelectionVdrJson in com.blackberry.workspaces.sdk.api.json
Subclasses of DocumentsSelectionVdrJson in com.blackberry.workspaces.sdk.api.json Modifier and Type Class Description class
DeleteDocumentsSelectionVdrJson
Files or folders to be deleted from a workspace.class
DownloadDocumentsSelectionVdrJson
Used when choosing which files to download in a workspaceclass
MarkDocumentsSelectionVdrJson
Files selected for marking -
Uses of DocumentsSelectionVdrJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type DocumentsSelectionVdrJson Modifier and Type Method Description void
Rooms. downloadOriginalDocumentsV30(String roomId, DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.UseWorkspaces#downloadGenericDocumentsV30(String, String, DownloadDocumentsSelectionVdrJson)
instead.void
Workspaces. downloadOriginalDocumentsV30(String roomId, DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.UseWorkspaces#downloadGenericDocumentsV30(String, String, DownloadDocumentsSelectionVdrJson)
instead.InputStream
Rooms. downloadProtectedDocumentsV30(String roomId, DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.UseWorkspaces#downloadGenericDocumentsV30(String, String, DownloadDocumentsSelectionVdrJson)
instead.InputStream
Workspaces. downloadProtectedDocumentsV30(String roomId, DocumentsSelectionVdrJson documentsSelectionVdrJson)
Deprecated.UseWorkspaces#downloadGenericDocumentsV30(String, String, DownloadDocumentsSelectionVdrJson)
instead.