public static enum VideoPoll.EnumAction extends Enum<VideoPoll.EnumAction>
| Enum Constant and Description |
|---|
VALUE_ATTACH_TO_VIDEO |
VALUE_CLOSE |
VALUE_DELETE_POLL |
VALUE_SHOW_RESULTS |
VALUE_SHOW_VOTING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VideoPoll.EnumAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoPoll.EnumAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoPoll.EnumAction VALUE_ATTACH_TO_VIDEO
public static final VideoPoll.EnumAction VALUE_CLOSE
public static final VideoPoll.EnumAction VALUE_DELETE_POLL
public static final VideoPoll.EnumAction VALUE_SHOW_RESULTS
public static final VideoPoll.EnumAction VALUE_SHOW_VOTING
public static VideoPoll.EnumAction[] values()
for (VideoPoll.EnumAction c : VideoPoll.EnumAction.values()) System.out.println(c);
public static VideoPoll.EnumAction 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<VideoPoll.EnumAction>Copyright © 2020. All rights reserved.