public static enum AdAccountTargetingUnified.EnumObjective extends Enum<AdAccountTargetingUnified.EnumObjective>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccountTargetingUnified.EnumObjective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountTargetingUnified.EnumObjective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdAccountTargetingUnified.EnumObjective VALUE_APP_INSTALLS
public static final AdAccountTargetingUnified.EnumObjective VALUE_BRAND_AWARENESS
public static final AdAccountTargetingUnified.EnumObjective VALUE_CONVERSIONS
public static final AdAccountTargetingUnified.EnumObjective VALUE_EVENT_RESPONSES
public static final AdAccountTargetingUnified.EnumObjective VALUE_LEAD_GENERATION
public static final AdAccountTargetingUnified.EnumObjective VALUE_LINK_CLICKS
public static final AdAccountTargetingUnified.EnumObjective VALUE_LOCAL_AWARENESS
public static final AdAccountTargetingUnified.EnumObjective VALUE_MESSAGES
public static final AdAccountTargetingUnified.EnumObjective VALUE_OFFER_CLAIMS
public static final AdAccountTargetingUnified.EnumObjective VALUE_OUTCOME_LEADS
public static final AdAccountTargetingUnified.EnumObjective VALUE_PAGE_LIKES
public static final AdAccountTargetingUnified.EnumObjective VALUE_POST_ENGAGEMENT
public static final AdAccountTargetingUnified.EnumObjective VALUE_PRODUCT_CATALOG_SALES
public static final AdAccountTargetingUnified.EnumObjective VALUE_REACH
public static final AdAccountTargetingUnified.EnumObjective VALUE_STORE_VISITS
public static final AdAccountTargetingUnified.EnumObjective VALUE_VIDEO_VIEWS
public static AdAccountTargetingUnified.EnumObjective[] values()
for (AdAccountTargetingUnified.EnumObjective c : AdAccountTargetingUnified.EnumObjective.values()) System.out.println(c);
public static AdAccountTargetingUnified.EnumObjective 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.EnumObjective>Copyright © 2020. All rights reserved.