public enum NotificationSchemeExpandParam extends Enum<NotificationSchemeExpandParam>
Enum Constant and Description |
---|
all |
field |
group |
notificationSchemeEvents |
projectRole |
user |
Modifier and Type | Field and Description |
---|---|
static String |
NOTIFICATION_SCHEME_EXPAND_PARAMS |
Modifier and Type | Method and Description |
---|---|
static NotificationSchemeExpandParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationSchemeExpandParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationSchemeExpandParam notificationSchemeEvents
public static final NotificationSchemeExpandParam user
public static final NotificationSchemeExpandParam group
public static final NotificationSchemeExpandParam projectRole
public static final NotificationSchemeExpandParam field
public static final NotificationSchemeExpandParam all
public static final String NOTIFICATION_SCHEME_EXPAND_PARAMS
public static NotificationSchemeExpandParam[] values()
for (NotificationSchemeExpandParam c : NotificationSchemeExpandParam.values()) System.out.println(c);
public static NotificationSchemeExpandParam 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 © 2002-2021 Atlassian. All Rights Reserved.