public static enum Guild.VerificationLevel extends java.lang.Enum<Guild.VerificationLevel>
Modifier and Type | Method and Description |
---|---|
static Guild.VerificationLevel |
fromKey(int key) |
int |
getKey() |
static Guild.VerificationLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Guild.VerificationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Guild.VerificationLevel NONE
public static final Guild.VerificationLevel LOW
public static final Guild.VerificationLevel MEDIUM
public static final Guild.VerificationLevel HIGH
public static final Guild.VerificationLevel UNKNOWN
public static Guild.VerificationLevel[] values()
for (Guild.VerificationLevel c : Guild.VerificationLevel.values()) System.out.println(c);
public static Guild.VerificationLevel 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 getKey()
public static Guild.VerificationLevel fromKey(int key)