Class GetGroupInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 idMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetGroupInfoJson
public GetGroupInfoJson()
-
-
Method Details
-
getRoomGuid
The workspace guid- Returns:
- The workspace guid
-
setRoomGuid
The workspace guid- Parameters:
roomGuid
- The workspace guid
-
getGroupName
The group name- Returns:
- The group name
-
setGroupName
The group name- Parameters:
groupName
- The group name
-
getRoomId
The workspace id- Returns:
- The workspace id
-
setRoomId
The workspace id- Parameters:
roomId
- The workspace id
-