Class DownloadSingleDocumentSelectionJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DownloadSingleDocumentSelectionJson
- All Implemented Interfaces:
Serializable
public class DownloadSingleDocumentSelectionJson extends BaseJson
A single file to be downloaded
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadSingleDocumentSelectionJson()
-
Method Summary
Modifier and Type Method Description BlockCipherMode
getBlockCipherMode()
String
getDocumentGuid()
File guidDownloadTypes
getDownloadType()
Download type.String
getVersionUuid()
File version uuidboolean
isForceWatermarks()
If to force water marks on original downloaded filevoid
setBlockCipherMode(BlockCipherMode blockCipherMode)
void
setDocumentGuid(String documentGuid)
File guidvoid
setDownloadType(DownloadTypes downloadType)
Download type.void
setForceWatermarks(boolean forceWatermarks)
If to force water marks on original downloaded filevoid
setVersionUuid(String versionUuid)
File version uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadSingleDocumentSelectionJson
public DownloadSingleDocumentSelectionJson()
-
-
Method Details
-
getVersionUuid
File version uuid- Returns:
- File version uuid
-
setVersionUuid
File version uuid- Parameters:
versionUuid
- File version uuid
-
getBlockCipherMode
-
setBlockCipherMode
-
getDownloadType
Download type.- Returns:
- Download type.
-
setDownloadType
Download type.- Parameters:
downloadType
- Download type.
-
getDocumentGuid
File guid- Returns:
- File guid
-
setDocumentGuid
File guid- Parameters:
documentGuid
- File guid
-
isForceWatermarks
public boolean isForceWatermarks()If to force water marks on original downloaded file- Returns:
- If to force water marks on original downloaded file
-
setForceWatermarks
public void setForceWatermarks(boolean forceWatermarks)If to force water marks on original downloaded file- Parameters:
forceWatermarks
- If to force water marks on original downloaded file
-