Class ValidateDownloadDocumentVersionInVdrsJson

  • All Implemented Interfaces:
    Serializable

    public class ValidateDownloadDocumentVersionInVdrsJson
    extends BaseJson
    Used when validating files for download
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidateDownloadDocumentVersionInVdrsJson

        public ValidateDownloadDocumentVersionInVdrsJson()
    • 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.