public static enum Notification.WatchType extends Enum<Notification.WatchType>
| Enum Constant and Description |
|---|
NETWORK |
SINGLE_PAGE |
SITE_BLOGS |
SPACE_ALL |
SPACE_BLOGS |
| Modifier and Type | Method and Description |
|---|---|
static Notification.WatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.WatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.WatchType SPACE_BLOGS
public static final Notification.WatchType SPACE_ALL
public static final Notification.WatchType SITE_BLOGS
public static final Notification.WatchType SINGLE_PAGE
public static final Notification.WatchType NETWORK
public static Notification.WatchType[] values()
for (Notification.WatchType c : Notification.WatchType.values()) System.out.println(c);
public static Notification.WatchType 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 © 2003–2017 Atlassian. All rights reserved.