public static enum LiveVideo.EnumSource extends Enum<LiveVideo.EnumSource>
Enum Constant and Description |
---|
VALUE_OWNER |
VALUE_TARGET |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LiveVideo.EnumSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveVideo.EnumSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="owner") public static final LiveVideo.EnumSource VALUE_OWNER
@SerializedName(value="target") public static final LiveVideo.EnumSource VALUE_TARGET
public static LiveVideo.EnumSource[] values()
for (LiveVideo.EnumSource c : LiveVideo.EnumSource.values()) System.out.println(c);
public static LiveVideo.EnumSource 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<LiveVideo.EnumSource>
Copyright © 2023. All rights reserved.