public static enum AdAccountDeliveryEstimate.EnumOptimizationGoal extends Enum<AdAccountDeliveryEstimate.EnumOptimizationGoal>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdAccountDeliveryEstimate.EnumOptimizationGoal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountDeliveryEstimate.EnumOptimizationGoal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AD_RECALL_LIFT") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_AD_RECALL_LIFT
@SerializedName(value="APP_INSTALLS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_APP_INSTALLS
@SerializedName(value="APP_INSTALLS_AND_OFFSITE_CONVERSIONS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_APP_INSTALLS_AND_OFFSITE_CONVERSIONS
@SerializedName(value="CONVERSATIONS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_CONVERSATIONS
@SerializedName(value="DERIVED_EVENTS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_DERIVED_EVENTS
@SerializedName(value="ENGAGED_USERS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_ENGAGED_USERS
@SerializedName(value="EVENT_RESPONSES") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_EVENT_RESPONSES
@SerializedName(value="IMPRESSIONS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_IMPRESSIONS
@SerializedName(value="IN_APP_VALUE") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_IN_APP_VALUE
@SerializedName(value="LANDING_PAGE_VIEWS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_LANDING_PAGE_VIEWS
@SerializedName(value="LEAD_GENERATION") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_LEAD_GENERATION
@SerializedName(value="LINK_CLICKS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_LINK_CLICKS
@SerializedName(value="MESSAGING_APPOINTMENT_CONVERSION") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_MESSAGING_APPOINTMENT_CONVERSION
@SerializedName(value="MESSAGING_PURCHASE_CONVERSION") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_MESSAGING_PURCHASE_CONVERSION
@SerializedName(value="NONE") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_NONE
@SerializedName(value="OFFSITE_CONVERSIONS") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_OFFSITE_CONVERSIONS
@SerializedName(value="PAGE_LIKES") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_PAGE_LIKES
@SerializedName(value="POST_ENGAGEMENT") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_POST_ENGAGEMENT
@SerializedName(value="QUALITY_CALL") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_QUALITY_CALL
@SerializedName(value="QUALITY_LEAD") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_QUALITY_LEAD
@SerializedName(value="REACH") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_REACH
@SerializedName(value="THRUPLAY") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_THRUPLAY
@SerializedName(value="VALUE") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_VALUE
@SerializedName(value="VISIT_INSTAGRAM_PROFILE") public static final AdAccountDeliveryEstimate.EnumOptimizationGoal VALUE_VISIT_INSTAGRAM_PROFILE
public static AdAccountDeliveryEstimate.EnumOptimizationGoal[] values()
for (AdAccountDeliveryEstimate.EnumOptimizationGoal c : AdAccountDeliveryEstimate.EnumOptimizationGoal.values()) System.out.println(c);
public static AdAccountDeliveryEstimate.EnumOptimizationGoal 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<AdAccountDeliveryEstimate.EnumOptimizationGoal>
Copyright © 2023. All rights reserved.