Class RoomListJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.RoomListJson
-
- All Implemented Interfaces:
Serializable
public class RoomListJson extends BaseJson
List of workspaces- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoomListJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getRoomGuids()
List<String>
getRoomIds()
List of workspace idsSet<String>
getWorkspaceTypes()
List of workspace typesvoid
setRoomGuids(List<String> roomGuids)
void
setRoomIds(List<String> roomIds)
List of workspace idsvoid
setWorkspaceTypes(Set<String> workspaceTypes)
List of workspace types-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-