public static enum PublishedTrack.Kind extends Enum<PublishedTrack.Kind>
| Modifier and Type | Method and Description |
|---|---|
static PublishedTrack.Kind |
forValue(String value)
Generate a Kind from a string.
|
String |
toString() |
static PublishedTrack.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishedTrack.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublishedTrack.Kind AUDIO
public static final PublishedTrack.Kind VIDEO
public static final PublishedTrack.Kind DATA
public static PublishedTrack.Kind[] values()
for (PublishedTrack.Kind c : PublishedTrack.Kind.values()) System.out.println(c);
public static PublishedTrack.Kind 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<PublishedTrack.Kind>public static PublishedTrack.Kind forValue(String value)
value - string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.