public static enum AdSet.EnumTuneForCategory extends Enum<AdSet.EnumTuneForCategory>
| Enum Constant and Description |
|---|
VALUE_CREDIT |
VALUE_EMPLOYMENT |
VALUE_HOUSING |
VALUE_ISSUES_ELECTIONS_POLITICS |
VALUE_NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdSet.EnumTuneForCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdSet.EnumTuneForCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdSet.EnumTuneForCategory VALUE_CREDIT
public static final AdSet.EnumTuneForCategory VALUE_EMPLOYMENT
public static final AdSet.EnumTuneForCategory VALUE_HOUSING
public static final AdSet.EnumTuneForCategory VALUE_ISSUES_ELECTIONS_POLITICS
public static final AdSet.EnumTuneForCategory VALUE_NONE
public static AdSet.EnumTuneForCategory[] values()
for (AdSet.EnumTuneForCategory c : AdSet.EnumTuneForCategory.values()) System.out.println(c);
public static AdSet.EnumTuneForCategory 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<AdSet.EnumTuneForCategory>Copyright © 2020. All rights reserved.