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.
|
@SerializedName(value="BEAUTY") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_BEAUTY
@SerializedName(value="ENTERTAINMENT") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_ENTERTAINMENT
@SerializedName(value="FOOD") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_FOOD
@SerializedName(value="NORMAL") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_NORMAL
@SerializedName(value="PREMIUM") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_PREMIUM
@SerializedName(value="REGULAR_ANIMALS_PETS") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_ANIMALS_PETS
@SerializedName(value="REGULAR_FOOD") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_FOOD
@SerializedName(value="REGULAR_GAMES") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_GAMES
@SerializedName(value="REGULAR_POLITICS") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_POLITICS
@SerializedName(value="REGULAR_SPORTS") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_SPORTS
@SerializedName(value="REGULAR_STYLE") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_STYLE
@SerializedName(value="REGULAR_TV_MOVIES") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_REGULAR_TV_MOVIES
@SerializedName(value="SPANISH") public static final ReachFrequencyPrediction.EnumInstreamPackages VALUE_SPANISH
@SerializedName(value="SPORTS") 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 © 2024. All rights reserved.