public class CreateRoomEntityJson extends BaseJson
Constructor and Description |
---|
CreateRoomEntityJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Workspace description
|
String |
getName()
Workspace name
|
Boolean |
getRenameIfExists()
If set to true will create workspace with modified name - if name
already exists
|
void |
setDescription(String description)
Workspace description
|
void |
setName(String name)
Workspace name
|
void |
setRenameIfExists(Boolean renameIfExists)
If set to true will create workspace with modified name - if name
already exists
|
getObjType, setObjType, toString
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
- Workspace namepublic String getDescription()
public void setDescription(String description)
description
- Workspace descriptionCopyright © 2019. All rights reserved.