Class DownloadSingleDocumentSelectionJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 uuid-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getVersionUuid
public String getVersionUuid()
File version uuid- Returns:
- File version uuid
-
setVersionUuid
public void setVersionUuid(String versionUuid)
File version uuid- Parameters:
versionUuid
- File version uuid
-
getBlockCipherMode
public BlockCipherMode getBlockCipherMode()
-
setBlockCipherMode
public void setBlockCipherMode(BlockCipherMode blockCipherMode)
-
getDownloadType
public DownloadTypes getDownloadType()
Download type.- Returns:
- Download type.
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download type.- Parameters:
downloadType
- Download type.
-
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
-
getDocumentGuid
public String getDocumentGuid()
File guid- Returns:
- File guid
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
File guid- Parameters:
documentGuid
- File guid
-
-