public class TransientEditFoldersAndDocumentsSettingsBulkJson extends BaseJson
Constructor and Description |
---|
TransientEditFoldersAndDocumentsSettingsBulkJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentPaths()
List of file paths
|
Set<String> |
getFolderPaths()
List of folder paths
|
Boolean |
getMakeDescendantsInherit()
Make all descendants inherit permissions from the folders This flag
doesn't influence the documentGuids - their permissions will be broken
anyways
|
String |
getWorkspaceUuid()
Workspace uuid
|
void |
setDocumentPaths(Set<String> documentPaths)
List of file paths
|
void |
setFolderPaths(Set<String> folderPaths)
List of folder paths
|
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
|
void |
setWorkspaceUuid(String workspaceUuid)
Workspace uuid
|
getObjType, setObjType, toString
public TransientEditFoldersAndDocumentsSettingsBulkJson()
public Set<String> getDocumentPaths()
public void setDocumentPaths(Set<String> documentPaths)
documentPaths
- List of file pathspublic Boolean getMakeDescendantsInherit()
public void setMakeDescendantsInherit(Boolean makeDescendantsInherit)
makeDescendantsInherit
- Make all descendants inherit permissions
from the folders This flag doesn't influence the documentGuids - their
permissions will be broken anywayspublic Set<String> getFolderPaths()
public void setFolderPaths(Set<String> folderPaths)
folderPaths
- List of folder pathspublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- Workspace uuidCopyright © 2019. All rights reserved.