Uses of Class
com.blackberry.workspaces.api.sdk.json.WorkspaceInfoJson
-
Packages that use WorkspaceInfoJson Package Description com.blackberry.workspaces.api.sdk com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of WorkspaceInfoJson in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk 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)
listAvailableVDRs helper method to return list of Workspaces info for specific roomTypes.Method parameters in com.blackberry.workspaces.api.sdk 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.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.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.api.sdk.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.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.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.api.sdk.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.
-