public class ValidateDownloadDocumentVersionInVdrsJson extends BaseJson
Constructor and Description |
---|
ValidateDownloadDocumentVersionInVdrsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentGuid()
File guid to validate for download
|
DownloadTypes |
getDownloadType()
Download permission type.
|
boolean |
getForceAction()
Deprecated.
|
String |
getVersionUuid()
File version uuid to validate for download
|
boolean |
isForceAction()
Flag to indicate whether to continue validations if an error occurs in
one for one of the files.
|
boolean |
isShouldInitiatePdfConversion()
Should initiate conversion
|
void |
setDocumentGuid(String documentGuid)
File guid to validate for download
|
void |
setDownloadType(DownloadTypes downloadType)
Download permission type.
|
void |
setForceAction(boolean forceAction)
Flag to indicate whether to continue validations if an error occurs in
one for one of the files.
|
void |
setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
Should initiate conversion
|
void |
setVersionUuid(String versionUuid)
File version uuid to validate for download
|
getObjType, setObjType, toString
public ValidateDownloadDocumentVersionInVdrsJson()
public String getVersionUuid()
public void setVersionUuid(String versionUuid)
versionUuid
- File version uuid to validate for downloadpublic boolean isShouldInitiatePdfConversion()
public void setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
shouldInitiatePdfConversion
- Should initiate conversionpublic DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download permission type. From: PROTECTED,
ORIGINAL, MAX_ALLOWEDpublic String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- File guid to validate for downloadpublic boolean isForceAction()
@Deprecated public boolean getForceAction()
public void setForceAction(boolean forceAction)
forceAction
- Flag to indicate whether to continue validations if
an error occurs in one for one of the files.Copyright © 2019. All rights reserved.