Class DownloadDocumentsSelectionSdsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionSdsJson
-
- com.blackberry.workspaces.api.sdk.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
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.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, setForceAction
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDownloadType
public DownloadTypes getDownloadType()
Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED- Returns:
- Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED- Parameters:
downloadType
- Download type. Values are ORIGINAL, PROTECTED, MAX_ALLOWED
-
-