public enum EmbeddedNotificationsFilter extends Enum<EmbeddedNotificationsFilter>
Enum Constant and Description |
---|
ALL |
COMMENTS |
MESSAGE |
PERMISSION_REQUESTS |
READ |
SHARED_WITH_ME |
UNREAD |
Modifier and Type | Method and Description |
---|---|
static EmbeddedNotificationsFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedNotificationsFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedNotificationsFilter ALL
public static final EmbeddedNotificationsFilter READ
public static final EmbeddedNotificationsFilter UNREAD
public static final EmbeddedNotificationsFilter COMMENTS
public static final EmbeddedNotificationsFilter SHARED_WITH_ME
public static final EmbeddedNotificationsFilter PERMISSION_REQUESTS
public static final EmbeddedNotificationsFilter MESSAGE
public static EmbeddedNotificationsFilter[] values()
for (EmbeddedNotificationsFilter c : EmbeddedNotificationsFilter.values()) System.out.println(c);
public static EmbeddedNotificationsFilter 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 © 2019. All rights reserved.