public static enum Application.EnumAggregateby extends Enum<Application.EnumAggregateby>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Application.EnumAggregateby |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumAggregateby[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumAggregateby VALUE_AVERAGE_JOURNEY_LENGTH
public static final Application.EnumAggregateby VALUE_CONVERTED_JOURNEY_PERCENT
public static final Application.EnumAggregateby VALUE_COUNT
public static final Application.EnumAggregateby VALUE_COUNT_IDENTIFIED_USERS
public static final Application.EnumAggregateby VALUE_COUNT_PER_USER
public static final Application.EnumAggregateby VALUE_DAU
public static final Application.EnumAggregateby VALUE_EVENT_LATEST_FIRE_TIME
public static final Application.EnumAggregateby VALUE_EVENT_SOURCE_IDS
public static final Application.EnumAggregateby VALUE_JOURNEY_CHANNEL_INCLUSION
public static final Application.EnumAggregateby VALUE_JOURNEY_INCLUSION
public static final Application.EnumAggregateby VALUE_MAU
public static final Application.EnumAggregateby VALUE_MEDIAN_JOURNEY_LENGTH
public static final Application.EnumAggregateby VALUE_MEDIAN_VALUE
public static final Application.EnumAggregateby VALUE_MEDIAN_VALUE_PER_USER
public static final Application.EnumAggregateby VALUE_OVERLAP
public static final Application.EnumAggregateby VALUE_PERCENTILES_COUNT
public static final Application.EnumAggregateby VALUE_PERCENTILES_USD_VALUE
public static final Application.EnumAggregateby VALUE_PERCENTILES_VALUE
public static final Application.EnumAggregateby VALUE_SCORE
public static final Application.EnumAggregateby VALUE_SESSIONS_PER_JOURNEY
public static final Application.EnumAggregateby VALUE_SESSION_BOUNCE_RATE
public static final Application.EnumAggregateby VALUE_SUM
public static final Application.EnumAggregateby VALUE_SUM_IDENTIFIED_USERS
public static final Application.EnumAggregateby VALUE_SUM_PER_EVENT
public static final Application.EnumAggregateby VALUE_TOPK
public static final Application.EnumAggregateby VALUE_UNKNOWN_USERS
public static final Application.EnumAggregateby VALUE_USD_SUM
public static final Application.EnumAggregateby VALUE_USD_SUM_IDENTIFIED_USERS
public static final Application.EnumAggregateby VALUE_USD_SUM_PER_EVENT
public static final Application.EnumAggregateby VALUE_USD_SUM_PER_USER
public static final Application.EnumAggregateby VALUE_USD_VALUE_PER_USER
public static final Application.EnumAggregateby VALUE_USERS
public static final Application.EnumAggregateby VALUE_USER_PROPERTY_USER_COUNT
public static final Application.EnumAggregateby VALUE_VALUE_PER_USER
public static final Application.EnumAggregateby VALUE_WAU
public static Application.EnumAggregateby[] values()
for (Application.EnumAggregateby c : Application.EnumAggregateby.values()) System.out.println(c);
public static Application.EnumAggregateby 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 toString()
toString
in class Enum<Application.EnumAggregateby>
Copyright © 2020. All rights reserved.