public static enum ChannelHistoryModule.MessageSubTypeFilter extends java.lang.Enum<ChannelHistoryModule.MessageSubTypeFilter>
| Enum Constant and Description |
|---|
USERS_AND_INTERNAL_MESSAGES |
USERS_MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Set<java.lang.String> |
getRetainedSubtypes() |
static ChannelHistoryModule.MessageSubTypeFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelHistoryModule.MessageSubTypeFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelHistoryModule.MessageSubTypeFilter USERS_AND_INTERNAL_MESSAGES
public static final ChannelHistoryModule.MessageSubTypeFilter USERS_MESSAGES
public static ChannelHistoryModule.MessageSubTypeFilter[] values()
for (ChannelHistoryModule.MessageSubTypeFilter c : ChannelHistoryModule.MessageSubTypeFilter.values()) System.out.println(c);
public static ChannelHistoryModule.MessageSubTypeFilter 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 abstract java.util.Set<java.lang.String> getRetainedSubtypes()