Class DownloadDocumentsSelectionVdrJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionVdrJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadTypes
getDownloadType()
Download type.void
setDownloadType(DownloadTypes downloadType)
Download type.-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionVdrJson
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDownloadType
public DownloadTypes getDownloadType()
Download type.- Returns:
- Download type.
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download type.- Parameters:
downloadType
- Download type.
-
-