Uses of Class
com.blackberry.workspaces.api.sdk.json.GroupAndMembersJson
-
Packages that use GroupAndMembersJson Package Description com.blackberry.workspaces.api.sdk.json -
-
Uses of GroupAndMembersJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return types with arguments of type GroupAndMembersJson Modifier and Type Method Description List<GroupAndMembersJson>
AddDocumentEntityJson. getRoomGroups()
List<GroupAndMembersJson>
AddEntitiesIManageJson. getRoomGroups()
Collection of workspaces to useList<GroupAndMembersJson>
AddEntitiesTransientJson. getRoomGroups()
Collection of workspaces to useList<GroupAndMembersJson>
AddFolderEntityJson. getRoomGroups()
Method parameters in com.blackberry.workspaces.api.sdk.json with type arguments of type GroupAndMembersJson Modifier and Type Method Description void
AddDocumentEntityJson. setRoomGroups(List<GroupAndMembersJson> roomGroups)
void
AddEntitiesIManageJson. setRoomGroups(List<GroupAndMembersJson> roomGroups)
Collection of workspaces to usevoid
AddEntitiesTransientJson. setRoomGroups(List<GroupAndMembersJson> roomGroups)
Collection of workspaces to usevoid
AddFolderEntityJson. setRoomGroups(List<GroupAndMembersJson> roomGroups)
-