Class DownloadDocumentsSelectionSdsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionSdsJson
com.blackberry.workspaces.sdk.api.json.DownloadDocumentsSelectionSdsJson
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidateDownloadDocumentsSelectionSdsJson
public class DownloadDocumentsSelectionSdsJson extends DocumentsSelectionSdsJson
Used when choosing which files to download
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadDocumentsSelectionSdsJson()
-
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.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, setForceAction
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadDocumentsSelectionSdsJson
public DownloadDocumentsSelectionSdsJson()
-
-
Method Details
-
getDownloadType
Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED- Returns:
- Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED
-
setDownloadType
Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED- Parameters:
downloadType
- Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED
-