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 |
VALUE_ONLINE_GAMBLING_AND_GAMING |
| 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.
|
@SerializedName(value="CREDIT") public static final AdSet.EnumTuneForCategory VALUE_CREDIT
@SerializedName(value="EMPLOYMENT") public static final AdSet.EnumTuneForCategory VALUE_EMPLOYMENT
@SerializedName(value="HOUSING") public static final AdSet.EnumTuneForCategory VALUE_HOUSING
@SerializedName(value="ISSUES_ELECTIONS_POLITICS") public static final AdSet.EnumTuneForCategory VALUE_ISSUES_ELECTIONS_POLITICS
@SerializedName(value="NONE") public static final AdSet.EnumTuneForCategory VALUE_NONE
@SerializedName(value="ONLINE_GAMBLING_AND_GAMING") public static final AdSet.EnumTuneForCategory VALUE_ONLINE_GAMBLING_AND_GAMING
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 © 2024. All rights reserved.