Class GetGroupInfoJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.GetGroupInfoJson
-
- All Implemented Interfaces:
Serializable
public class GetGroupInfoJson extends BaseJson
Used when getting information about a group in a workspace- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetGroupInfoJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupName()
The group nameString
getRoomGuid()
The workspace guidInteger
getRoomId()
The workspace idvoid
setGroupName(String groupName)
The group namevoid
setRoomGuid(String roomGuid)
The workspace guidvoid
setRoomId(Integer roomId)
The workspace id-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRoomGuid
public String getRoomGuid()
The workspace guid- Returns:
- The workspace guid
-
setRoomGuid
public void setRoomGuid(String roomGuid)
The workspace guid- Parameters:
roomGuid
- The workspace guid
-
getGroupName
public String getGroupName()
The group name- Returns:
- The group name
-
setGroupName
public void setGroupName(String groupName)
The group name- Parameters:
groupName
- The group name
-
getRoomId
public Integer getRoomId()
The workspace id- Returns:
- The workspace id
-
setRoomId
public void setRoomId(Integer roomId)
The workspace id- Parameters:
roomId
- The workspace id
-
-