Class TransientEditFoldersAndDocumentsSettingsBulkJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.TransientEditFoldersAndDocumentsSettingsBulkJson
-
- All Implemented Interfaces:
Serializable
public class TransientEditFoldersAndDocumentsSettingsBulkJson extends BaseJson
Used when bulk editing file settings- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransientEditFoldersAndDocumentsSettingsBulkJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getDocumentPaths()
List of file pathsSet<String>
getFolderPaths()
List of folder pathsBoolean
getMakeDescendantsInherit()
Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anywaysString
getWorkspaceUuid()
Workspace uuidvoid
setDocumentPaths(Set<String> documentPaths)
List of file pathsvoid
setFolderPaths(Set<String> folderPaths)
List of folder pathsvoid
setMakeDescendantsInherit(Boolean makeDescendantsInherit)
Make all descendants inherit permissions from the folders This flag doesn't influence the documentGuids - their permissions will be broken anywaysvoid
setWorkspaceUuid(String workspaceUuid)
Workspace uuid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
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
-
-