public enum TwitterBidUnit extends java.lang.Enum<TwitterBidUnit>
| Enum Constant and Description |
|---|
APP_CLICK |
APP_INSTALL |
ENGAGEMENT |
FOLLOW |
LEAD |
LINK_CLICK |
VIEW |
VIEW_3S_100PCT |
| Modifier and Type | Method and Description |
|---|---|
static TwitterBidUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwitterBidUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterBidUnit APP_CLICK
public static final TwitterBidUnit APP_INSTALL
public static final TwitterBidUnit ENGAGEMENT
public static final TwitterBidUnit FOLLOW
public static final TwitterBidUnit LEAD
public static final TwitterBidUnit LINK_CLICK
public static final TwitterBidUnit VIEW
public static final TwitterBidUnit VIEW_3S_100PCT
public static TwitterBidUnit[] values()
for (TwitterBidUnit c : TwitterBidUnit.values()) System.out.println(c);
public static TwitterBidUnit 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 null