public class EditFolderSettingsJson extends BaseJson
Constructor and Description |
---|
EditFolderSettingsJson() |
Modifier and Type | Method and Description |
---|---|
PathOrFolderIdJson |
getFolderPathOrId()
Path or id for the folder to be changed
|
String |
getRoomGuid() |
Integer |
getRoomId()
Id of the workspace where the folder is
|
boolean |
isInheritFromParent()
Make this folder inherit permissions from its parent
|
boolean |
isMakeDescendantsInherit()
Make all descendants inherit permissions from this folder
|
void |
setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changed
|
void |
setInheritFromParent(boolean inheritFromParent)
Make this folder inherit permissions from its parent
|
void |
setMakeDescendantsInherit(boolean makeDescendantsInherit)
Make all descendants inherit permissions from this folder
|
void |
setRoomGuid(String roomGuid) |
void |
setRoomId(Integer roomId)
Id of the workspace where the folder is
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
public boolean isInheritFromParent()
public void setInheritFromParent(boolean inheritFromParent)
inheritFromParent
- Make this folder inherit permissions from its
parentpublic PathOrFolderIdJson getFolderPathOrId()
public void setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
folderPathOrId
- Path or id for the folder to be changedpublic boolean isMakeDescendantsInherit()
public void setMakeDescendantsInherit(boolean makeDescendantsInherit)
makeDescendantsInherit
- Make all descendants inherit permissions
from this folderpublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Id of the workspace where the folder isCopyright © 2019. All rights reserved.