public class EditRoomJson extends BaseJson
Constructor and Description |
---|
EditRoomJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
New (optional) description
|
Boolean |
getIsPersonal()
True if this is a personal workspace, False if not
|
YesNoDefault |
getLogAccessActionsToFiles() |
String |
getName()
New name
|
Boolean |
getRenameIfExists()
If set to true will create workspace with modified name - if name
already exists
|
Boolean |
getShouldUpdatePersonal()
True if a personal workspace should be updated, False if not
|
void |
setDescription(String description)
New (optional) description
|
void |
setIsPersonal(Boolean isPersonal)
True if this is a personal workspace, False if not
|
void |
setLogAccessActionsToFiles(YesNoDefault logAccessActionsToFiles) |
void |
setName(String name)
New name
|
void |
setRenameIfExists(Boolean renameIfExists)
If set to true will create workspace with modified name - if name
already exists
|
void |
setShouldUpdatePersonal(Boolean shouldUpdatePersonal)
True if a personal workspace should be updated, False if not
|
getObjType, setObjType, toString
public Boolean getShouldUpdatePersonal()
public void setShouldUpdatePersonal(Boolean shouldUpdatePersonal)
shouldUpdatePersonal
- True if a personal workspace should be
updated, False if notpublic YesNoDefault getLogAccessActionsToFiles()
public void setLogAccessActionsToFiles(YesNoDefault logAccessActionsToFiles)
public Boolean getRenameIfExists()
public void setRenameIfExists(Boolean renameIfExists)
renameIfExists
- If set to true will create workspace with
modified name - if name already existspublic String getName()
public void setName(String name)
name
- New namepublic String getDescription()
public void setDescription(String description)
description
- New (optional) descriptionpublic Boolean getIsPersonal()
public void setIsPersonal(Boolean isPersonal)
isPersonal
- True if this is a personal workspace, False if notCopyright © 2019. All rights reserved.