Uses of Class
com.blackberry.workspaces.sdk.api.json.WorkspaceInfoJson
-
-
Uses of WorkspaceInfoJson in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return types with arguments of type WorkspaceInfoJson Modifier and Type Method Description ItemListJson<WorkspaceInfoJson>
SignInManager. getUserRooms()
returns the list of VDRs the user is permitted toItemListJson<WorkspaceInfoJson>
APISession. listAvailableVDRs(List<String> roomTypes)
listAvailableVDRsMethod parameters in com.blackberry.workspaces.sdk.api with type arguments of type WorkspaceInfoJson Modifier and Type Method Description void
SignInManager. setUserRooms(ItemListJson<WorkspaceInfoJson> m_UserRooms)
setUserRooms -
Uses of WorkspaceInfoJson in com.blackberry.workspaces.sdk.api.examples
Methods in com.blackberry.workspaces.sdk.api.examples that return WorkspaceInfoJson Modifier and Type Method Description WorkspaceInfoJson
WorkspacesExample. infoRoom(String roomId)
Methods in com.blackberry.workspaces.sdk.api.examples that return types with arguments of type WorkspaceInfoJson Modifier and Type Method Description ItemListJson<WorkspaceInfoJson>
WorkspacesExample. listRooms()
-
Uses of WorkspaceInfoJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type WorkspaceInfoJson Modifier and Type Method Description ItemListJson<WorkspaceInfoJson>
UserDataJson. getRoomList()
List of roomsItemListJson<WorkspaceInfoJson>
NewSessionJson. getRooms()
Used to return the workspace list when prefetchRooms parameter was passed along with the login information.Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type WorkspaceInfoJson Modifier and Type Method Description void
UserDataJson. setRoomList(ItemListJson<WorkspaceInfoJson> roomList)
List of roomsvoid
NewSessionJson. setRooms(ItemListJson<WorkspaceInfoJson> rooms)
Used to return the workspace list when prefetchRooms parameter was passed along with the login information. -
Uses of WorkspaceInfoJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return WorkspaceInfoJson Modifier and Type Method Description WorkspaceInfoJson
Rooms. getInfoForAdminV30(String roomId, boolean addExternalData, boolean fetchEvenIfDeleted, boolean includeWorkspacePolicyData)
Gets workspace info.WorkspaceInfoJson
Workspaces. getInfoForAdminV30(String roomId, boolean addExternalData, boolean fetchEvenIfDeleted, boolean includeWorkspacePolicyData)
Gets workspace info.WorkspaceInfoJson
Rooms. getInfoV30(String roomId, boolean addExternalData, boolean adminMode, boolean fetchEvenIfDeleted, boolean includeSyncData, boolean includeWorkspacePolicyData)
Gets workspace info.WorkspaceInfoJson
Workspaces. getInfoV30(String roomId, boolean addExternalData, boolean adminMode, boolean fetchEvenIfDeleted, boolean includeSyncData, boolean includeWorkspacePolicyData)
Gets workspace info.Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type WorkspaceInfoJson Modifier and Type Method Description ItemListJson<WorkspaceInfoJson>
Rooms. listRoomsForAdminV30(boolean addExternalData, Set<String> workspaceTypes)
Retrieves a list of all the workspaces for a user with VIEW_ALL_ROOMS capability.ItemListJson<WorkspaceInfoJson>
Workspaces. listRoomsForAdminV30(boolean addExternalData, Set<String> workspaceTypes)
Retrieves a list of all the workspaces for a user with VIEW_ALL_ROOMS capability.ItemListJson<WorkspaceInfoJson>
Rooms. listRoomsV30(boolean addExternalData, boolean adminMode, boolean includeSyncData, boolean includeWorkspacePolicyData, Set<String> workspaceTypes)
Retrieves a list of all the workspaces of the current user.ItemListJson<WorkspaceInfoJson>
Workspaces. listRoomsV30(boolean addExternalData, boolean adminMode, boolean includeSyncData, boolean includeWorkspacePolicyData, Set<String> workspaceTypes)
Retrieves a list of all the workspaces of the current user.PagingItemListJson<WorkspaceInfoJson>
Rooms. listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.PagingItemListJson<WorkspaceInfoJson>
Workspaces. listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.
-