public enum LeadGenerationDailyStatMetric extends java.lang.Enum<LeadGenerationDailyStatMetric>
| Enum Constant and Description |
|---|
BILLED_PER_CARD_RESPONSE |
PROMOTION_CARD_RESPONSES |
SPENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetric() |
static LeadGenerationDailyStatMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeadGenerationDailyStatMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeadGenerationDailyStatMetric BILLED_PER_CARD_RESPONSE
public static final LeadGenerationDailyStatMetric PROMOTION_CARD_RESPONSES
public static final LeadGenerationDailyStatMetric SPENT
public static LeadGenerationDailyStatMetric[] values()
for (LeadGenerationDailyStatMetric c : LeadGenerationDailyStatMetric.values()) System.out.println(c);
public static LeadGenerationDailyStatMetric valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMetric()