public class DownloadSingleTransientDocumentJson extends BaseJson
Constructor and Description |
---|
DownloadSingleTransientDocumentJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentPath() |
DownloadTypes |
getDownloadType()
Download type.
|
String |
getWorkspaceUuid() |
boolean |
isForceWatermarks()
If to force water marks on original downloaded file
|
void |
setDocumentPath(String documentPath) |
void |
setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
setForceWatermarks(boolean forceWatermarks)
If to force water marks on original downloaded file
|
void |
setWorkspaceUuid(String workspaceUuid) |
getObjType, setObjType, toString
public DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download type.public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
public String getDocumentPath()
public void setDocumentPath(String documentPath)
public boolean isForceWatermarks()
public void setForceWatermarks(boolean forceWatermarks)
forceWatermarks
- If to force water marks on original downloaded
fileCopyright © 2019. All rights reserved.