public static enum NotificationsQuery.Filter extends java.lang.Enum<NotificationsQuery.Filter>
Modifier and Type | Method and Description |
---|---|
static NotificationsQuery.Filter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationsQuery.Filter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationsQuery.Filter NO_FILTER
public static final NotificationsQuery.Filter OLDER
public static final NotificationsQuery.Filter NEWER
public static NotificationsQuery.Filter[] values()
for (NotificationsQuery.Filter c : NotificationsQuery.Filter.values()) System.out.println(c);
public static NotificationsQuery.Filter 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 null(c) Copyright GetSocial BV, 2021. All Rights Reserved.