JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
BAN
public static final Action BAN
TIMEOUT
public static final Action TIMEOUT
UNBAN
public static final Action UNBAN
UNTIMEOUT
public static final Action UNTIMEOUT
CLEAR
public static final Action CLEAR
EMOTEONLY
public static final Action EMOTEONLY
EMOTEONLYOFF
public static final Action EMOTEONLYOFF
FOLLOWERS
public static final Action FOLLOWERS
FOLLOWERSOFF
public static final Action FOLLOWERSOFF
UNIQUECHAT
public static final Action UNIQUECHAT
UNIQUECHATOFF
public static final Action UNIQUECHATOFF
SLOW
public static final Action SLOW
SLOWOFF
public static final Action SLOWOFF
SUBSCRIBERS
public static final Action SUBSCRIBERS
SUBSCRIBERSOFF
public static final Action SUBSCRIBERSOFF
UNRAID
public static final Action UNRAID
DELETE
public static final Action DELETE
UNVIP
public static final Action UNVIP
VIP
public static final Action VIP
RAID
public static final Action RAID
ADD_BLOCKED_TERM
public static final Action ADD_BLOCKED_TERM
ADD_PERMITTED_TERM
public static final Action ADD_PERMITTED_TERM
DELETE_BLOCKED_TERM
public static final Action DELETE_BLOCKED_TERM
DELETE_PERMITTED_TERM
public static final Action DELETE_PERMITTED_TERM
MOD
public static final Action MOD
UNMOD
public static final Action UNMOD
APPROVE_UNBAN_REQUEST
public static final Action APPROVE_UNBAN_REQUEST
DENY_UNBAN_REQUEST
public static final Action DENY_UNBAN_REQUEST
WARN
public static final Action WARN
UNKNOWN
public static final Action UNKNOWN
Method Details
values
public static Action [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null