Class ValidateDownloadDocumentVersionInVdrsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 download-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getVersionUuid
public String getVersionUuid()
File version uuid to validate for download- Returns:
- File version uuid to validate for download
-
setVersionUuid
public void setVersionUuid(String versionUuid)
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
public DownloadTypes getDownloadType()
Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED- Returns:
- Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED- Parameters:
downloadType
- Download permission type. From: PROTECTED, ORIGINAL, MAX_ALLOWED
-
getDocumentGuid
public String getDocumentGuid()
File guid to validate for download- Returns:
- File guid to validate for download
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
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 public boolean 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.
-
-