public enum AnalyticsCategory extends Enum<AnalyticsCategory>
| Enum Constant and Description |
|---|
EXTRA_COUNTS |
POST_COUNTS_DAY |
STANDARD |
USER_COUNTS_WITH_POSTS_DAY |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static AnalyticsCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsCategory STANDARD
public static final AnalyticsCategory POST_COUNTS_DAY
public static final AnalyticsCategory USER_COUNTS_WITH_POSTS_DAY
public static final AnalyticsCategory EXTRA_COUNTS
public static AnalyticsCategory[] values()
for (AnalyticsCategory c : AnalyticsCategory.values()) System.out.println(c);
public static AnalyticsCategory 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 getCode()
Copyright © 2019. All rights reserved.