Class EditFoldersAndDocumentsSettingsBulkJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 located-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentGuids
public Set<String> getDocumentGuids()
Guids of the files- Returns:
- Guids of the files
-
setDocumentGuids
public void setDocumentGuids(Set<String> documentGuids)
Guids of the files- Parameters:
documentGuids
- Guids of the files
-
getRoomGuid
public String getRoomGuid()
Guid of the workspace where the folder is located- Returns:
- Guid of the workspace where the folder is located
-
setRoomGuid
public void setRoomGuid(String roomGuid)
Guid of the workspace where the folder is located- Parameters:
roomGuid
- Guid of the workspace where the folder is located
-
getFolderGuids
public Set<String> getFolderGuids()
Guids of the folders- Returns:
- Guids of the folders
-
setFolderGuids
public void setFolderGuids(Set<String> folderGuids)
Guids of the folders- Parameters:
folderGuids
- Guids of the folders
-
setFolderIds
public void setFolderIds(Set<Integer> folderIds)
Ids of the folders- Parameters:
folderIds
- Ids of the folders
-
getMakeDescendantsInherit
public Boolean getMakeDescendantsInherit()
-
setMakeDescendantsInherit
public void setMakeDescendantsInherit(Boolean makeDescendantsInherit)
-
getFolderPaths
public Set<String> getFolderPaths()
Paths of the folders- Returns:
- Paths of the folders
-
setFolderPaths
public void setFolderPaths(Set<String> folderPaths)
Paths of the folders- Parameters:
folderPaths
- Paths of the folders
-
getRoomId
public Integer getRoomId()
Id of the workspace where the folder is located- Returns:
- Id of the workspace where the folder is located
-
setRoomId
public void setRoomId(Integer roomId)
Id of the workspace where the folder is located- Parameters:
roomId
- Id of the workspace where the folder is located
-
-