public static enum AdAccountDefaultObjective.EnumObjectiveForLevel extends Enum<AdAccountDefaultObjective.EnumObjectiveForLevel>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdAccountDefaultObjective.EnumObjectiveForLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountDefaultObjective.EnumObjectiveForLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="APP_INSTALLS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_APP_INSTALLS
@SerializedName(value="BRAND_AWARENESS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_BRAND_AWARENESS
@SerializedName(value="EVENT_RESPONSES") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_EVENT_RESPONSES
@SerializedName(value="LEAD_GENERATION") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_LEAD_GENERATION
@SerializedName(value="LINK_CLICKS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_LINK_CLICKS
@SerializedName(value="LOCAL_AWARENESS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_LOCAL_AWARENESS
@SerializedName(value="MESSAGES") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_MESSAGES
@SerializedName(value="OFFER_CLAIMS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OFFER_CLAIMS
@SerializedName(value="OUTCOME_APP_PROMOTION") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_APP_PROMOTION
@SerializedName(value="OUTCOME_AWARENESS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_AWARENESS
@SerializedName(value="OUTCOME_ENGAGEMENT") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_ENGAGEMENT
@SerializedName(value="OUTCOME_LEADS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_LEADS
@SerializedName(value="OUTCOME_SALES") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_SALES
@SerializedName(value="OUTCOME_TRAFFIC") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_OUTCOME_TRAFFIC
@SerializedName(value="PAGE_LIKES") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_PAGE_LIKES
@SerializedName(value="POST_ENGAGEMENT") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_POST_ENGAGEMENT
@SerializedName(value="PRODUCT_CATALOG_SALES") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_PRODUCT_CATALOG_SALES
@SerializedName(value="REACH") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_REACH
@SerializedName(value="STORE_VISITS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_STORE_VISITS
@SerializedName(value="VIDEO_VIEWS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_VIDEO_VIEWS
@SerializedName(value="WEBSITE_CONVERSIONS") public static final AdAccountDefaultObjective.EnumObjectiveForLevel VALUE_WEBSITE_CONVERSIONS
public static AdAccountDefaultObjective.EnumObjectiveForLevel[] values()
for (AdAccountDefaultObjective.EnumObjectiveForLevel c : AdAccountDefaultObjective.EnumObjectiveForLevel.values()) System.out.println(c);
public static AdAccountDefaultObjective.EnumObjectiveForLevel 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<AdAccountDefaultObjective.EnumObjectiveForLevel>
Copyright © 2023. All rights reserved.