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
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 uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TransientEditFoldersAndDocumentsSettingsBulkJson
public TransientEditFoldersAndDocumentsSettingsBulkJson()
-
-
Method Details
-
getDocumentPaths
List of file paths- Returns:
- List of file paths
-
setDocumentPaths
List of file paths- Parameters:
documentPaths
- List of file paths
-
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
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
List of folder paths- Returns:
- List of folder paths
-
setFolderPaths
List of folder paths- Parameters:
folderPaths
- List of folder paths
-
getWorkspaceUuid
Workspace uuid- Returns:
- Workspace uuid
-
setWorkspaceUuid
Workspace uuid- Parameters:
workspaceUuid
- Workspace uuid
-