Class DownloadDocumentsSelectionVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
com.blackberry.workspaces.sdk.api.json.DownloadDocumentsSelectionVdrJson
- All Implemented Interfaces:
Serializable
public class DownloadDocumentsSelectionVdrJson extends DocumentsSelectionVdrJson
Used when choosing which files to download in a workspace
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadDocumentsSelectionVdrJson()
-
Method Summary
Modifier and Type Method Description DownloadTypes
getDownloadType()
Download type.void
setDownloadType(DownloadTypes downloadType)
Download type.Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadDocumentsSelectionVdrJson
public DownloadDocumentsSelectionVdrJson()
-
-
Method Details
-
getDownloadType
Download type.- Returns:
- Download type.
-
setDownloadType
Download type.- Parameters:
downloadType
- Download type.
-