public static enum AdAccountTargetingUnified.EnumLimitType extends Enum<AdAccountTargetingUnified.EnumLimitType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccountTargetingUnified.EnumLimitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountTargetingUnified.EnumLimitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="behaviors") public static final AdAccountTargetingUnified.EnumLimitType VALUE_BEHAVIORS
@SerializedName(value="college_years") public static final AdAccountTargetingUnified.EnumLimitType VALUE_COLLEGE_YEARS
@SerializedName(value="education_majors") public static final AdAccountTargetingUnified.EnumLimitType VALUE_EDUCATION_MAJORS
@SerializedName(value="education_schools") public static final AdAccountTargetingUnified.EnumLimitType VALUE_EDUCATION_SCHOOLS
@SerializedName(value="education_statuses") public static final AdAccountTargetingUnified.EnumLimitType VALUE_EDUCATION_STATUSES
@SerializedName(value="ethnic_affinity") public static final AdAccountTargetingUnified.EnumLimitType VALUE_ETHNIC_AFFINITY
@SerializedName(value="family_statuses") public static final AdAccountTargetingUnified.EnumLimitType VALUE_FAMILY_STATUSES
@SerializedName(value="generation") public static final AdAccountTargetingUnified.EnumLimitType VALUE_GENERATION
@SerializedName(value="home_ownership") public static final AdAccountTargetingUnified.EnumLimitType VALUE_HOME_OWNERSHIP
@SerializedName(value="home_type") public static final AdAccountTargetingUnified.EnumLimitType VALUE_HOME_TYPE
@SerializedName(value="home_value") public static final AdAccountTargetingUnified.EnumLimitType VALUE_HOME_VALUE
@SerializedName(value="household_composition") public static final AdAccountTargetingUnified.EnumLimitType VALUE_HOUSEHOLD_COMPOSITION
@SerializedName(value="income") public static final AdAccountTargetingUnified.EnumLimitType VALUE_INCOME
@SerializedName(value="industries") public static final AdAccountTargetingUnified.EnumLimitType VALUE_INDUSTRIES
@SerializedName(value="interested_in") public static final AdAccountTargetingUnified.EnumLimitType VALUE_INTERESTED_IN
@SerializedName(value="interests") public static final AdAccountTargetingUnified.EnumLimitType VALUE_INTERESTS
@SerializedName(value="life_events") public static final AdAccountTargetingUnified.EnumLimitType VALUE_LIFE_EVENTS
@SerializedName(value="location_categories") public static final AdAccountTargetingUnified.EnumLimitType VALUE_LOCATION_CATEGORIES
@SerializedName(value="moms") public static final AdAccountTargetingUnified.EnumLimitType VALUE_MOMS
@SerializedName(value="net_worth") public static final AdAccountTargetingUnified.EnumLimitType VALUE_NET_WORTH
@SerializedName(value="office_type") public static final AdAccountTargetingUnified.EnumLimitType VALUE_OFFICE_TYPE
@SerializedName(value="politics") public static final AdAccountTargetingUnified.EnumLimitType VALUE_POLITICS
@SerializedName(value="relationship_statuses") public static final AdAccountTargetingUnified.EnumLimitType VALUE_RELATIONSHIP_STATUSES
@SerializedName(value="user_adclusters") public static final AdAccountTargetingUnified.EnumLimitType VALUE_USER_ADCLUSTERS
@SerializedName(value="work_employers") public static final AdAccountTargetingUnified.EnumLimitType VALUE_WORK_EMPLOYERS
@SerializedName(value="work_positions") public static final AdAccountTargetingUnified.EnumLimitType VALUE_WORK_POSITIONS
public static AdAccountTargetingUnified.EnumLimitType[] values()
for (AdAccountTargetingUnified.EnumLimitType c : AdAccountTargetingUnified.EnumLimitType.values()) System.out.println(c);
public static AdAccountTargetingUnified.EnumLimitType 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.EnumLimitType>Copyright © 2024. All rights reserved.