Class DocumentsSelectionVdrJson

    • Constructor Detail

      • DocumentsSelectionVdrJson

        public DocumentsSelectionVdrJson()
    • Method Detail

      • getDocumentGuids

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

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

        public Set<String> getFolderGuids()
      • setFolderGuids

        public void setFolderGuids​(Set<String> folderGuids)
      • getFolderIds

        public Set<Integer> getFolderIds()
      • setFolderIds

        public void setFolderIds​(Set<Integer> folderIds)
      • getFolderPaths

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

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