public enum TwitterAdObjective extends java.lang.Enum<TwitterAdObjective>
| Enum Constant and Description |
|---|
APP_ENGAGEMENTS |
APP_INSTALLS |
AWARENESS |
FOLLOWERS |
LEAD_GENERATION |
QUALIFIED_IMPRESSIONS |
TWEET_ENGAGEMENTS |
VIDEO_VIEWS |
VIDEO_VIEWS_PREROLL |
WEBSITE_CLICKS |
WEBSITE_CONVERSIONS |
| Modifier and Type | Method and Description |
|---|---|
MetricGroup[] |
getMetricGroups() |
java.lang.String |
getObjective() |
static TwitterAdObjective |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwitterAdObjective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterAdObjective APP_ENGAGEMENTS
public static final TwitterAdObjective APP_INSTALLS
public static final TwitterAdObjective FOLLOWERS
public static final TwitterAdObjective LEAD_GENERATION
public static final TwitterAdObjective VIDEO_VIEWS_PREROLL
public static final TwitterAdObjective TWEET_ENGAGEMENTS
public static final TwitterAdObjective QUALIFIED_IMPRESSIONS
public static final TwitterAdObjective VIDEO_VIEWS
public static final TwitterAdObjective WEBSITE_CLICKS
public static final TwitterAdObjective WEBSITE_CONVERSIONS
public static final TwitterAdObjective AWARENESS
public static TwitterAdObjective[] values()
for (TwitterAdObjective c : TwitterAdObjective.values()) System.out.println(c);
public static TwitterAdObjective valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MetricGroup[] getMetricGroups()
public java.lang.String getObjective()