Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.resource |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.