| Package | Description |
|---|---|
| com.twilio.rest.video.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Room.RoomStatus |
Room.RoomStatus.forValue(String value)
Generate a RoomStatus from a string.
|
Room.RoomStatus |
Room.getStatus()
Returns The The status.
|
static Room.RoomStatus |
Room.RoomStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Room.RoomStatus[] |
Room.RoomStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RoomReader |
RoomReader.setStatus(Room.RoomStatus status)
The status.
|
static RoomUpdater |
Room.updater(String pathSid,
Room.RoomStatus status)
Create a RoomUpdater to execute update.
|
| Constructor and Description |
|---|
RoomUpdater(String pathSid,
Room.RoomStatus status)
Construct a new RoomUpdater.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.