public enum GetAppImagesImageType extends java.lang.Enum<GetAppImagesImageType> implements EnumParam
| Enum Constant and Description |
|---|
_160X160 |
_160X240 |
_24X24 |
_50X50 |
_510X128 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetAppImagesImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetAppImagesImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="160x160") public static final GetAppImagesImageType _160X160
@SerializedName(value="160x240") public static final GetAppImagesImageType _160X240
@SerializedName(value="24x24") public static final GetAppImagesImageType _24X24
@SerializedName(value="50x50") public static final GetAppImagesImageType _50X50
@SerializedName(value="510x128") public static final GetAppImagesImageType _510X128
public static GetAppImagesImageType[] values()
for (GetAppImagesImageType c : GetAppImagesImageType.values()) System.out.println(c);
public static GetAppImagesImageType 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<GetAppImagesImageType>