Class ValidateDownloadTransientDocumentsJson

  • All Implemented Interfaces:
    Serializable

    public class ValidateDownloadTransientDocumentsJson
    extends BaseJson
    Used for validating a file for download
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidateDownloadTransientDocumentsJson

        public ValidateDownloadTransientDocumentsJson()
    • Method Detail

      • getShouldAggregateMessage

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

        public void setShouldAggregateMessage​(Boolean shouldAggregateMessage)
        Should aggregate message
        Parameters:
        shouldAggregateMessage - Should aggregate message
      • getDocumentPaths

        public Set<String> getDocumentPaths()
        List of file paths
        Returns:
        List of file paths
      • setDocumentPaths

        public void setDocumentPaths​(Set<String> documentPaths)
        List of file paths
        Parameters:
        documentPaths - List of file paths
      • getDownloadType

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

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

        public String getWorkspaceGuid()
        Workspace guid
        Returns:
        Workspace guid
      • setWorkspaceGuid

        public void setWorkspaceGuid​(String workspaceGuid)
        Workspace guid
        Parameters:
        workspaceGuid - Workspace guid
      • getFolderPaths

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

        public void setFolderPaths​(Set<String> folderPaths)
        List of folder paths
        Parameters:
        folderPaths - 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.