Uses of Class
com.blackberry.workspaces.api.sdk.enums.RoomAccessLevel
-
Packages that use RoomAccessLevel Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of RoomAccessLevel in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return RoomAccessLevel Modifier and Type Method Description static RoomAccessLevel
RoomAccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoomAccessLevel[]
RoomAccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoomAccessLevel in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return RoomAccessLevel Modifier and Type Method Description RoomAccessLevel
ListRoomsByTypeResultJson. getAccessLevel()
The user's role in the workspace.RoomAccessLevel
RoomJson. getAccessLevel()
The user's role in the workspace.RoomAccessLevel
TransientWorkspaceJson. getAccessLevel()
The user's role in the workspace.RoomAccessLevel
WorkspaceInfoJson. getAccessLevel()
The user's role in the workspace.Methods in com.blackberry.workspaces.api.sdk.json with parameters of type RoomAccessLevel Modifier and Type Method Description void
ListRoomsByTypeResultJson. setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.void
RoomJson. setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.void
TransientWorkspaceJson. setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.void
WorkspaceInfoJson. setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
-