Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.enums | |
com.blackberry.workspaces.api.sdk.json |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RoomAccessLevel |
WorkspaceInfoJson.getAccessLevel()
The user's role in the workspace.
|
RoomAccessLevel |
TransientWorkspaceJson.getAccessLevel()
The user's role in the workspace.
|
RoomAccessLevel |
RoomJson.getAccessLevel()
The user's role in the workspace.
|
RoomAccessLevel |
ListRoomsByTypeResultJson.getAccessLevel()
The user's role in the workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceInfoJson.setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
|
void |
TransientWorkspaceJson.setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
|
void |
RoomJson.setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
|
void |
ListRoomsByTypeResultJson.setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
|
Copyright © 2019. All rights reserved.