Class ValidateDownloadDocumentVersionInVdrsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ValidateDownloadDocumentVersionInVdrsJson
- All Implemented Interfaces:
Serializable
public class ValidateDownloadDocumentVersionInVdrsJson extends BaseJson
Used when validating files for download
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidateDownloadDocumentVersionInVdrsJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentGuid()
File guid to validate for downloadDownloadTypes
getDownloadType()
Download permission type.boolean
getForceAction()
Deprecated.String
getVersionUuid()
File version uuid to validate for downloadboolean
isForceAction()
Flag to indicate whether to continue validations if an error occurs in one for one of the files.boolean
isShouldInitiatePdfConversion()
Should initiate conversionvoid
setDocumentGuid(String documentGuid)
File guid to validate for downloadvoid
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 conversionvoid
setVersionUuid(String versionUuid)
File version uuid to validate for downloadMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ValidateDownloadDocumentVersionInVdrsJson
public ValidateDownloadDocumentVersionInVdrsJson()
-
-
Method Details
-
getVersionUuid
File version uuid to validate for download- Returns:
- File version uuid to validate for download
-
setVersionUuid
File version uuid to validate for download- Parameters:
versionUuid
- File version uuid to validate for download
-
isShouldInitiatePdfConversion
public boolean isShouldInitiatePdfConversion()Should initiate conversion- Returns:
- Should initiate conversion
-
setShouldInitiatePdfConversion
public void setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)Should initiate conversion- Parameters:
shouldInitiatePdfConversion
- Should initiate conversion
-
getDownloadType
Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED- Returns:
- Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED
-
setDownloadType
Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED- Parameters:
downloadType
- Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED
-
getDocumentGuid
File guid to validate for download- Returns:
- File guid to validate for download
-
setDocumentGuid
File guid to validate for download- Parameters:
documentGuid
- File guid to validate for download
-
isForceAction
public boolean isForceAction()Flag to indicate whether to continue validations if an error occurs in one for one of the files.- Returns:
- Flag to indicate whether to continue validations if an error occurs in one for one of the files.
-
getForceAction
Deprecated.Flag to indicate whether to continue validations if an error occurs in one for one of the files.- Returns:
- Flag to indicate whether to continue validations if an error occurs in one for one of the files.
-
setForceAction
public void setForceAction(boolean forceAction)Flag to indicate whether to continue validations if an error occurs in one for one of the files.- Parameters:
forceAction
- Flag to indicate whether to continue validations if an error occurs in one for one of the files.
-