Class EditFoldersAndDocumentsSettingsBulkJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditFoldersAndDocumentsSettingsBulkJson
- All Implemented Interfaces:
Serializable
public class EditFoldersAndDocumentsSettingsBulkJson extends BaseJson
Used when editing folder permissions in bulk
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditFoldersAndDocumentsSettingsBulkJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentGuids()
Guids of the filesSet<String>
getFolderGuids()
Guids of the foldersSet<Integer>
getFolderIds()
Ids of the foldersSet<String>
getFolderPaths()
Paths of the foldersBoolean
getMakeDescendantsInherit()
String
getRoomGuid()
Guid of the workspace where the folder is locatedInteger
getRoomId()
Id of the workspace where the folder is locatedvoid
setDocumentGuids(Set<String> documentGuids)
Guids of the filesvoid
setFolderGuids(Set<String> folderGuids)
Guids of the foldersvoid
setFolderIds(Set<Integer> folderIds)
Ids of the foldersvoid
setFolderPaths(Set<String> folderPaths)
Paths of the foldersvoid
setMakeDescendantsInherit(Boolean makeDescendantsInherit)
void
setRoomGuid(String roomGuid)
Guid of the workspace where the folder is locatedvoid
setRoomId(Integer roomId)
Id of the workspace where the folder is locatedMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditFoldersAndDocumentsSettingsBulkJson
public EditFoldersAndDocumentsSettingsBulkJson()
-
-
Method Details
-
getDocumentGuids
Guids of the files- Returns:
- Guids of the files
-
setDocumentGuids
Guids of the files- Parameters:
documentGuids
- Guids of the files
-
getRoomGuid
Guid of the workspace where the folder is located- Returns:
- Guid of the workspace where the folder is located
-
setRoomGuid
Guid of the workspace where the folder is located- Parameters:
roomGuid
- Guid of the workspace where the folder is located
-
getFolderGuids
Guids of the folders- Returns:
- Guids of the folders
-
setFolderGuids
Guids of the folders- Parameters:
folderGuids
- Guids of the folders
-
getFolderIds
Ids of the folders- Returns:
- Ids of the folders
-
setFolderIds
Ids of the folders- Parameters:
folderIds
- Ids of the folders
-
getMakeDescendantsInherit
-
setMakeDescendantsInherit
-
getRoomId
Id of the workspace where the folder is located- Returns:
- Id of the workspace where the folder is located
-
setRoomId
Id of the workspace where the folder is located- Parameters:
roomId
- Id of the workspace where the folder is located
-
getFolderPaths
Paths of the folders- Returns:
- Paths of the folders
-
setFolderPaths
Paths of the folders- Parameters:
folderPaths
- Paths of the folders
-