Uses of Class
com.blackberry.workspaces.api.sdk.json.DocumentsSelectionVdrJson
-
Packages that use DocumentsSelectionVdrJson Package Description com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of DocumentsSelectionVdrJson in com.blackberry.workspaces.api.sdk.json
Subclasses of DocumentsSelectionVdrJson in com.blackberry.workspaces.api.sdk.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.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.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.
-