public class EditManagersOnGroupJson extends BaseJson
Constructor and Description |
---|
EditManagersOnGroupJson() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Current group name
|
Boolean |
getManager()
if to set or unset the manager property.
|
String |
getRoomGuid()
The guid of the workspace containing the group.
|
Integer |
getRoomId()
The id of the workspace containing the group.
|
List<String> |
getUsers()
List of user to set operation.
|
void |
setGroupName(String groupName)
Current group name
|
void |
setManager(Boolean manager)
if to set or unset the manager property.
|
void |
setRoomGuid(String roomGuid)
The guid of the workspace containing the group.
|
void |
setRoomId(Integer roomId)
The id of the workspace containing the group.
|
void |
setUsers(List<String> users)
List of user to set operation.
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- The guid of the workspace containing the group. Provide
either it or roomId, but not both.public String getGroupName()
public void setGroupName(String groupName)
groupName
- Current group namepublic Boolean getManager()
public void setManager(Boolean manager)
manager
- if to set or unset the manager property.public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- The id of the workspace containing the group. Provide
either it or roomGuid, but not both.public List<String> getUsers()
Copyright © 2019. All rights reserved.