public enum GetTagListResponseColor extends java.lang.Enum<GetTagListResponseColor> implements EnumParam
| Enum Constant and Description |
|---|
_454647 |
_45678F |
_4BB34B |
_5181B8 |
_539B9C |
_5C9CE6 |
_63B9BA |
_6BC76B |
_76787A |
_792EC0 |
_7A6C4F |
_7ECECF |
_9E8D6B |
A162DE |
AAAEB3 |
BBAA84 |
E64646 |
FF5C5C |
FFA000 |
FFC107 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetTagListResponseColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetTagListResponseColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="454647") public static final GetTagListResponseColor _454647
@SerializedName(value="45678f") public static final GetTagListResponseColor _45678F
@SerializedName(value="4bb34b") public static final GetTagListResponseColor _4BB34B
@SerializedName(value="5181b8") public static final GetTagListResponseColor _5181B8
@SerializedName(value="539b9c") public static final GetTagListResponseColor _539B9C
@SerializedName(value="5c9ce6") public static final GetTagListResponseColor _5C9CE6
@SerializedName(value="63b9ba") public static final GetTagListResponseColor _63B9BA
@SerializedName(value="6bc76b") public static final GetTagListResponseColor _6BC76B
@SerializedName(value="76787a") public static final GetTagListResponseColor _76787A
@SerializedName(value="792ec0") public static final GetTagListResponseColor _792EC0
@SerializedName(value="7a6c4f") public static final GetTagListResponseColor _7A6C4F
@SerializedName(value="7ececf") public static final GetTagListResponseColor _7ECECF
@SerializedName(value="9e8d6b") public static final GetTagListResponseColor _9E8D6B
@SerializedName(value="a162de") public static final GetTagListResponseColor A162DE
@SerializedName(value="aaaeb3") public static final GetTagListResponseColor AAAEB3
@SerializedName(value="bbaa84") public static final GetTagListResponseColor BBAA84
@SerializedName(value="e64646") public static final GetTagListResponseColor E64646
@SerializedName(value="ff5c5c") public static final GetTagListResponseColor FF5C5C
@SerializedName(value="ffa000") public static final GetTagListResponseColor FFA000
@SerializedName(value="ffc107") public static final GetTagListResponseColor FFC107
public static GetTagListResponseColor[] values()
for (GetTagListResponseColor c : GetTagListResponseColor.values()) System.out.println(c);
public static GetTagListResponseColor 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<GetTagListResponseColor>