public static enum ReachFrequencyPrediction.EnumBuyingType extends Enum<ReachFrequencyPrediction.EnumBuyingType>
| Enum Constant and Description |
|---|
VALUE_AUCTION |
VALUE_DEPRECATED_REACH_BLOCK |
VALUE_FIXED_CPM |
VALUE_MIXED |
VALUE_REACHBLOCK |
VALUE_RESEARCH_POLL |
VALUE_RESERVED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReachFrequencyPrediction.EnumBuyingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReachFrequencyPrediction.EnumBuyingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_AUCTION
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_DEPRECATED_REACH_BLOCK
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_FIXED_CPM
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_MIXED
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_REACHBLOCK
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_RESEARCH_POLL
public static final ReachFrequencyPrediction.EnumBuyingType VALUE_RESERVED
public static ReachFrequencyPrediction.EnumBuyingType[] values()
for (ReachFrequencyPrediction.EnumBuyingType c : ReachFrequencyPrediction.EnumBuyingType.values()) System.out.println(c);
public static ReachFrequencyPrediction.EnumBuyingType 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<ReachFrequencyPrediction.EnumBuyingType>Copyright © 2020. All rights reserved.