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 |
| 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.
|
public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_CREDIT
public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_EMPLOYMENT
public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_HOUSING
public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_ISSUES_ELECTIONS_POLITICS
public static final AdAccountTargetingUnified.EnumRegulatedCategories VALUE_NONE
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 © 2020. All rights reserved.