Class TransientEditFoldersAndDocumentsSettingsBulkJson

  • All Implemented Interfaces:
    Serializable

    public class TransientEditFoldersAndDocumentsSettingsBulkJson
    extends BaseJson
    Used when bulk editing file settings
    See Also:
    Serialized Form
    • Constructor Detail

      • TransientEditFoldersAndDocumentsSettingsBulkJson

        public TransientEditFoldersAndDocumentsSettingsBulkJson()
    • Method Detail

      • 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
      • getMakeDescendantsInherit

        public Boolean getMakeDescendantsInherit()
        Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anyways
        Returns:
        Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anyways
      • setMakeDescendantsInherit

        public void setMakeDescendantsInherit​(Boolean makeDescendantsInherit)
        Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anyways
        Parameters:
        makeDescendantsInherit - Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anyways
      • 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
      • getWorkspaceUuid

        public String getWorkspaceUuid()
        Workspace uuid
        Returns:
        Workspace uuid
      • setWorkspaceUuid

        public void setWorkspaceUuid​(String workspaceUuid)
        Workspace uuid
        Parameters:
        workspaceUuid - Workspace uuid