public static enum RoomRecording.Format extends Enum<RoomRecording.Format>
| Modifier and Type | Method and Description |
|---|---|
static RoomRecording.Format |
forValue(String value)
Generate a Format from a string.
|
String |
toString() |
static RoomRecording.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoomRecording.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoomRecording.Format MKA
public static final RoomRecording.Format MKV
public static RoomRecording.Format[] values()
for (RoomRecording.Format c : RoomRecording.Format.values()) System.out.println(c);
public static RoomRecording.Format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RoomRecording.Format>public static RoomRecording.Format forValue(String value)
value - string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.