public enum EChatMemberStateChange extends java.lang.Enum<EChatMemberStateChange>
| Enum Constant and Description |
|---|
Banned |
Disconnected |
Entered |
Kicked |
Left |
VoiceDoneSpeaking |
VoiceSpeaking |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static int |
code(java.util.EnumSet<EChatMemberStateChange> flags) |
static java.util.EnumSet<EChatMemberStateChange> |
from(int code) |
static EChatMemberStateChange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EChatMemberStateChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatMemberStateChange Entered
public static final EChatMemberStateChange Left
public static final EChatMemberStateChange Disconnected
public static final EChatMemberStateChange Kicked
public static final EChatMemberStateChange Banned
public static final EChatMemberStateChange VoiceSpeaking
public static final EChatMemberStateChange VoiceDoneSpeaking
public static EChatMemberStateChange[] values()
for (EChatMemberStateChange c : EChatMemberStateChange.values()) System.out.println(c);
public static EChatMemberStateChange valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static java.util.EnumSet<EChatMemberStateChange> from(int code)
public static int code(java.util.EnumSet<EChatMemberStateChange> flags)