public enum PhotoSizesType extends java.lang.Enum<PhotoSizesType> implements EnumParam
| Enum Constant and Description |
|---|
A |
B |
BASE |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
MAX |
N |
O |
ORIG |
P |
Q |
R |
S |
T |
TEMP |
U |
V |
W |
X |
Y |
Z |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static PhotoSizesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhotoSizesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="t") public static final PhotoSizesType T
@SerializedName(value="s") public static final PhotoSizesType S
@SerializedName(value="m") public static final PhotoSizesType M
@SerializedName(value="x") public static final PhotoSizesType X
@SerializedName(value="o") public static final PhotoSizesType O
@SerializedName(value="p") public static final PhotoSizesType P
@SerializedName(value="q") public static final PhotoSizesType Q
@SerializedName(value="r") public static final PhotoSizesType R
@SerializedName(value="k") public static final PhotoSizesType K
@SerializedName(value="l") public static final PhotoSizesType L
@SerializedName(value="y") public static final PhotoSizesType Y
@SerializedName(value="z") public static final PhotoSizesType Z
@SerializedName(value="c") public static final PhotoSizesType C
@SerializedName(value="w") public static final PhotoSizesType W
@SerializedName(value="a") public static final PhotoSizesType A
@SerializedName(value="b") public static final PhotoSizesType B
@SerializedName(value="e") public static final PhotoSizesType E
@SerializedName(value="i") public static final PhotoSizesType I
@SerializedName(value="d") public static final PhotoSizesType D
@SerializedName(value="j") public static final PhotoSizesType J
@SerializedName(value="temp") public static final PhotoSizesType TEMP
@SerializedName(value="h") public static final PhotoSizesType H
@SerializedName(value="g") public static final PhotoSizesType G
@SerializedName(value="n") public static final PhotoSizesType N
@SerializedName(value="f") public static final PhotoSizesType F
@SerializedName(value="max") public static final PhotoSizesType MAX
@SerializedName(value="base") public static final PhotoSizesType BASE
@SerializedName(value="u") public static final PhotoSizesType U
@SerializedName(value="v") public static final PhotoSizesType V
@SerializedName(value="orig") public static final PhotoSizesType ORIG
public static PhotoSizesType[] values()
for (PhotoSizesType c : PhotoSizesType.values()) System.out.println(c);
public static PhotoSizesType 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<PhotoSizesType>