Uses of Class
com.blackberry.workspaces.sdk.api.json.RoomEntityJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.resource |
-
Uses of RoomEntityJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return RoomEntityJson Modifier and Type Method Description RoomEntityJson
Rooms. getGroupInfoV30(GetGroupInfoJson getGroupInfoJson)
Gets information about a group in a workspace.RoomEntityJson
Workspaces. getGroupInfoV30(GetGroupInfoJson getGroupInfoJson)
Gets information about a group in a workspace.Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type RoomEntityJson Modifier and Type Method Description ItemListJson<RoomEntityJson>
Rooms. entityListV30(String roomId)
List the workspace entities (groups/domain/users) that are members of the workspace.ItemListJson<RoomEntityJson>
Workspaces. entityListV30(String roomId)
List the workspace entities (groups/domain/users) that are members of the workspace.ItemListJson<RoomEntityJson>
Rooms. getGroupsV30(String roomId)
Gets a list of all groups in a specified workspace.ItemListJson<RoomEntityJson>
Workspaces. getGroupsV30(String roomId)
Gets a list of all groups in a specified workspace.