public class DownloadSingleDocumentSelectionJson extends BaseJson
Constructor and Description |
---|
DownloadSingleDocumentSelectionJson() |
Modifier and Type | Method and Description |
---|---|
BlockCipherMode |
getBlockCipherMode() |
String |
getDocumentGuid()
File guid
|
DownloadTypes |
getDownloadType()
Download type.
|
String |
getVersionUuid()
File version uuid
|
boolean |
isForceWatermarks()
If to force water marks on original downloaded file
|
void |
setBlockCipherMode(BlockCipherMode blockCipherMode) |
void |
setDocumentGuid(String documentGuid)
File guid
|
void |
setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
setForceWatermarks(boolean forceWatermarks)
If to force water marks on original downloaded file
|
void |
setVersionUuid(String versionUuid)
File version uuid
|
getObjType, setObjType, toString
public String getVersionUuid()
public void setVersionUuid(String versionUuid)
versionUuid
- File version uuidpublic BlockCipherMode getBlockCipherMode()
public void setBlockCipherMode(BlockCipherMode blockCipherMode)
public DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download type.public String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- File guidpublic boolean isForceWatermarks()
public void setForceWatermarks(boolean forceWatermarks)
forceWatermarks
- If to force water marks on original downloaded
fileCopyright © 2019. All rights reserved.