public static enum AdAccountTargetingUnified.EnumRegulatedCategories extends Enum<AdAccountTargetingUnified.EnumRegulatedCategories>
| 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 AdAccountTargetingUnified.EnumRegulatedCategories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountTargetingUnified.EnumRegulatedCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CREDIT") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_CREDIT
@SerializedName(value="EMPLOYMENT") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_EMPLOYMENT
@SerializedName(value="HOUSING") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_HOUSING
@SerializedName(value="ISSUES_ELECTIONS_POLITICS") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_ISSUES_ELECTIONS_POLITICS
@SerializedName(value="NONE") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_NONE
@SerializedName(value="ONLINE_GAMBLING_AND_GAMING") public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_ONLINE_GAMBLING_AND_GAMING
public static AdAccountTargetingUnified.EnumRegulatedCategories[] values()
for (AdAccountTargetingUnified.EnumRegulatedCategories c : AdAccountTargetingUnified.EnumRegulatedCategories.values()) System.out.println(c);
public static AdAccountTargetingUnified.EnumRegulatedCategories 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<AdAccountTargetingUnified.EnumRegulatedCategories>Copyright © 2024. All rights reserved.