public static enum MiniMessageActivityStreamFilter.QueryType extends Enum<MiniMessageActivityStreamFilter.QueryType>
Enum Constant and Description |
---|
MINI_MESSAGES_FOR_ACTOR |
MINI_MESSAGES_FROM_ACTOR |
Modifier and Type | Method and Description |
---|---|
static MiniMessageActivityStreamFilter.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiniMessageActivityStreamFilter.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiniMessageActivityStreamFilter.QueryType MINI_MESSAGES_FOR_ACTOR
public static final MiniMessageActivityStreamFilter.QueryType MINI_MESSAGES_FROM_ACTOR
public static MiniMessageActivityStreamFilter.QueryType[] values()
for (MiniMessageActivityStreamFilter.QueryType c : MiniMessageActivityStreamFilter.QueryType.values()) System.out.println(c);
public static MiniMessageActivityStreamFilter.QueryType 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 nullCopyright © 2011 Nuxeo SA. All Rights Reserved.