Class ValidateDownloadIManageDocumentsJson

  • All Implemented Interfaces:
    Serializable

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

      • ValidateDownloadIManageDocumentsJson

        public ValidateDownloadIManageDocumentsJson()
    • Method Detail

      • getFolderItemIds

        public Set<String> getFolderItemIds()
        List of folder itemIds
        Returns:
        List of folder itemIds
      • setFolderItemIds

        public void setFolderItemIds​(Set<String> folderItemIds)
        List of folder itemIds
        Parameters:
        folderItemIds - List of folder itemIds
      • 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
      • 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
      • getDocumentItemIds

        public Set<String> getDocumentItemIds()
        List of file itemIds
        Returns:
        List of file itemIds
      • setDocumentItemIds

        public void setDocumentItemIds​(Set<String> documentItemIds)
        List of file itemIds
        Parameters:
        documentItemIds - List of file itemIds
      • 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.