Class ValidateDownloadDocumentsSelectionVdrJson

  • All Implemented Interfaces:
    Serializable

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

      • ValidateDownloadDocumentsSelectionVdrJson

        public ValidateDownloadDocumentsSelectionVdrJson()
    • Method Detail

      • getDocumentGuids

        public Set<String> getDocumentGuids()
        A list of file guids.
        Returns:
        A list of file guids.
      • setDocumentGuids

        public void setDocumentGuids​(Set<String> documentGuids)
        A list of file guids.
        Parameters:
        documentGuids - A list of file guids.
      • getShouldAggregateMessage

        public Boolean getShouldAggregateMessage()
        Should aggregate messgae
        Returns:
        Should aggregate messgae
      • setShouldAggregateMessage

        public void setShouldAggregateMessage​(Boolean shouldAggregateMessage)
        Should aggregate messgae
        Parameters:
        shouldAggregateMessage - Should aggregate messgae
      • getFolderGuids

        public Set<String> getFolderGuids()
        List of folder guids
        Returns:
        List of folder guids
      • setFolderGuids

        public void setFolderGuids​(Set<String> folderGuids)
        List of folder guids
        Parameters:
        folderGuids - List of folder guids
      • isShouldInitiatePdfConversion

        public boolean isShouldInitiatePdfConversion()
        Not in use - newer versions will always initiate PDF conversion if required
        Returns:
        Not in use - newer versions will always initiate PDF conversion if required
      • setShouldInitiatePdfConversion

        public void setShouldInitiatePdfConversion​(boolean shouldInitiatePdfConversion)
        Not in use - newer versions will always initiate PDF conversion if required
        Parameters:
        shouldInitiatePdfConversion - Not in use - newer versions will always initiate PDF conversion if required
      • getDownloadType

        public DownloadTypes getDownloadType()
        Download type.
        Returns:
        Download type.
      • setDownloadType

        public void setDownloadType​(DownloadTypes downloadType)
        Download type.
        Parameters:
        downloadType - Download type.
      • getFolderIds

        public Set<Integer> getFolderIds()
        List of folder ids
        Returns:
        List of folder ids
      • setFolderIds

        public void setFolderIds​(Set<Integer> folderIds)
        List of folder ids
        Parameters:
        folderIds - List of folder ids
      • getFolderPaths

        public Set<String> getFolderPaths()
        A list of folder paths
        Returns:
        A list of folder paths
      • setFolderPaths

        public void setFolderPaths​(Set<String> folderPaths)
        A list of folder paths
        Parameters:
        folderPaths - A list of folder paths
      • getForceAction

        public Boolean getForceAction()
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
        Returns:
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
      • setForceAction

        public void setForceAction​(Boolean forceAction)
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
        Parameters:
        forceAction - Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.