public static enum AnalyticsConfigChangedEvent.Key extends Enum<AnalyticsConfigChangedEvent.Key>
| Enum Constant and Description |
|---|
ANALYTICS_DISABLED_DATE |
ANALYTICS_DISABLED_USERNAME |
ANALYTICS_ENABLED |
DESTINATION |
LOGGED_BASE_DATA |
POLICY_ACKNOWLEDGED |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static AnalyticsConfigChangedEvent.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsConfigChangedEvent.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsConfigChangedEvent.Key DESTINATION
public static final AnalyticsConfigChangedEvent.Key POLICY_ACKNOWLEDGED
public static final AnalyticsConfigChangedEvent.Key ANALYTICS_ENABLED
public static final AnalyticsConfigChangedEvent.Key ANALYTICS_DISABLED_USERNAME
public static final AnalyticsConfigChangedEvent.Key ANALYTICS_DISABLED_DATE
public static final AnalyticsConfigChangedEvent.Key LOGGED_BASE_DATA
public static final String KEY_PREFIX
public static AnalyticsConfigChangedEvent.Key[] values()
for (AnalyticsConfigChangedEvent.Key c : AnalyticsConfigChangedEvent.Key.values()) System.out.println(c);
public static AnalyticsConfigChangedEvent.Key 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 nullpublic String getKey()
Copyright © 2018 Atlassian. All rights reserved.