Uses of Class
com.blackberry.workspaces.sdk.api.json.ListRoomEntitiesJson
-
Packages that use ListRoomEntitiesJson Package Description com.blackberry.workspaces.sdk.api.resource -
-
Uses of ListRoomEntitiesJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type ListRoomEntitiesJson Modifier and Type Method Description PagingItemListJson<CountingRoomEntityJson>
Rooms. entityPagedListV30(ListRoomEntitiesJson listRoomEntitiesJson)
List the room entities (groups/domain/everyone) that are members of the room.PagingItemListJson<CountingRoomEntityJson>
Workspaces. entityPagedListV30(ListRoomEntitiesJson listRoomEntitiesJson)
List the room entities (groups/domain/everyone) that are members of the room.String
Rooms. removeUserFromRoomDeprecatedV30(String domain, String name, String roomId, ListRoomEntitiesJson listRoomEntitiesJson)
Deprecated.UseWorkspaces#deleteEntitiesV30(String, String, DeleteRoomEntitiesJson)
instead.String
Workspaces. removeUserFromRoomDeprecatedV30(String domain, String name, String roomId, ListRoomEntitiesJson listRoomEntitiesJson)
Deprecated.UseWorkspaces#deleteEntitiesV30(String, String, DeleteRoomEntitiesJson)
instead.
-