Enum GetTagListResponseColor
- java.lang.Object
-
- java.lang.Enum<GetTagListResponseColor>
-
- com.vk.api.sdk.objects.groups.responses.GetTagListResponseColor
-
- All Implemented Interfaces:
EnumParam,java.io.Serializable,java.lang.Comparable<GetTagListResponseColor>
public enum GetTagListResponseColor extends java.lang.Enum<GetTagListResponseColor> implements EnumParam
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()java.lang.StringtoString()static GetTagListResponseColorvalueOf(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.
-
-
-
Enum Constant Detail
-
_454647
@SerializedName("454647") public static final GetTagListResponseColor _454647
-
_45678F
@SerializedName("45678f") public static final GetTagListResponseColor _45678F
-
_4BB34B
@SerializedName("4bb34b") public static final GetTagListResponseColor _4BB34B
-
_5181B8
@SerializedName("5181b8") public static final GetTagListResponseColor _5181B8
-
_539B9C
@SerializedName("539b9c") public static final GetTagListResponseColor _539B9C
-
_5C9CE6
@SerializedName("5c9ce6") public static final GetTagListResponseColor _5C9CE6
-
_63B9BA
@SerializedName("63b9ba") public static final GetTagListResponseColor _63B9BA
-
_6BC76B
@SerializedName("6bc76b") public static final GetTagListResponseColor _6BC76B
-
_76787A
@SerializedName("76787a") public static final GetTagListResponseColor _76787A
-
_792EC0
@SerializedName("792ec0") public static final GetTagListResponseColor _792EC0
-
_7A6C4F
@SerializedName("7a6c4f") public static final GetTagListResponseColor _7A6C4F
-
_7ECECF
@SerializedName("7ececf") public static final GetTagListResponseColor _7ECECF
-
_9E8D6B
@SerializedName("9e8d6b") public static final GetTagListResponseColor _9E8D6B
-
A162DE
@SerializedName("a162de") public static final GetTagListResponseColor A162DE
-
AAAEB3
@SerializedName("aaaeb3") public static final GetTagListResponseColor AAAEB3
-
BBAA84
@SerializedName("bbaa84") public static final GetTagListResponseColor BBAA84
-
E64646
@SerializedName("e64646") public static final GetTagListResponseColor E64646
-
FF5C5C
@SerializedName("ff5c5c") public static final GetTagListResponseColor FF5C5C
-
FFA000
@SerializedName("ffa000") public static final GetTagListResponseColor FFA000
-
FFC107
@SerializedName("ffc107") public static final GetTagListResponseColor FFC107
-
-
Method Detail
-
values
public static GetTagListResponseColor[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetTagListResponseColor c : GetTagListResponseColor.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetTagListResponseColor valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<GetTagListResponseColor>
-
-