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