public enum GetTargetingStatsAdFormat extends java.lang.Enum<GetTargetingStatsAdFormat> implements EnumParam
| Enum Constant and Description |
|---|
APP_BOARD |
BIG_IMAGE |
COMMUNITY_SQUARE_IMAGE |
EXCLUSIVE_FORMAT |
IMAGE_AND_TEXT |
POST_IN_COMMUNITY |
SPECIAL_APP_FORMAT |
SPECIAL_COMMUNITY_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetTargetingStatsAdFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetTargetingStatsAdFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="1") public static final GetTargetingStatsAdFormat IMAGE_AND_TEXT
@SerializedName(value="2") public static final GetTargetingStatsAdFormat BIG_IMAGE
@SerializedName(value="4") public static final GetTargetingStatsAdFormat EXCLUSIVE_FORMAT
@SerializedName(value="7") public static final GetTargetingStatsAdFormat COMMUNITY_SQUARE_IMAGE
@SerializedName(value="10") public static final GetTargetingStatsAdFormat SPECIAL_APP_FORMAT
@SerializedName(value="6") public static final GetTargetingStatsAdFormat SPECIAL_COMMUNITY_FORMAT
@SerializedName(value="9") public static final GetTargetingStatsAdFormat POST_IN_COMMUNITY
@SerializedName(value="11") public static final GetTargetingStatsAdFormat APP_BOARD
public static GetTargetingStatsAdFormat[] values()
for (GetTargetingStatsAdFormat c : GetTargetingStatsAdFormat.values()) System.out.println(c);
public static GetTargetingStatsAdFormat 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 java.lang.String toString()
toString in class java.lang.Enum<GetTargetingStatsAdFormat>