public static enum ReachFrequencyPrediction.EnumInstreamPackages extends Enum<ReachFrequencyPrediction.EnumInstreamPackages>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReachFrequencyPrediction.EnumInstreamPackages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReachFrequencyPrediction.EnumInstreamPackages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_BEAUTY
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_ENTERTAINMENT
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_FOOD
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_NORMAL
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_PREMIUM
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_ANIMALS_PETS
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_FOOD
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_GAMES
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_POLITICS
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_SPORTS
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_STYLE
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_TV_MOVIES
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_SPANISH
public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_SPORTS
public static ReachFrequencyPrediction.EnumInstreamPackages[] values()
for (ReachFrequencyPrediction.EnumInstreamPackages c : ReachFrequencyPrediction.EnumInstreamPackages.values()) System.out.println(c);
public static ReachFrequencyPrediction.EnumInstreamPackages 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.EnumInstreamPackages>Copyright © 2020. All rights reserved.