public class ModifyGroupWithGroupJson extends BaseJson
Constructor and Description |
---|
ModifyGroupWithGroupJson() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Current group name
|
String |
getNewIdentifier()
The new Identifier to set to the group.
|
String |
getNewName()
The new name to set for the group.
|
String |
getRoomGuid()
Current workspace guid
|
Integer |
getRoomId()
Current workspace id
|
void |
setGroupName(String groupName)
Current group name
|
void |
setNewIdentifier(String newIdentifier)
The new Identifier to set to the group.
|
void |
setNewName(String newName)
The new name to set for the group.
|
void |
setRoomGuid(String roomGuid)
Current workspace guid
|
void |
setRoomId(Integer roomId)
Current workspace id
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Current workspace guidpublic String getGroupName()
public void setGroupName(String groupName)
groupName
- Current group namepublic String getNewName()
public void setNewName(String newName)
newName
- The new name to set for the group.public String getNewIdentifier()
public void setNewIdentifier(String newIdentifier)
newIdentifier
- The new Identifier to set to the group.public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Current workspace idCopyright © 2019. All rights reserved.