Class RoomListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 typesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RoomListJson
public RoomListJson()
-
-
Method Details
-
getRoomGuids
-
setRoomGuids
-
getWorkspaceTypes
List of workspace types- Returns:
- List of workspace types
-
setWorkspaceTypes
List of workspace types- Parameters:
workspaceTypes
- List of workspace types
-
getRoomIds
List of workspace ids- Returns:
- List of workspace ids
-
setRoomIds
List of workspace ids- Parameters:
roomIds
- List of workspace ids
-