Package com.vk.api.sdk.objects.groups
Enum GroupTagColor
- java.lang.Object
-
- java.lang.Enum<GroupTagColor>
-
- com.vk.api.sdk.objects.groups.GroupTagColor
-
- All Implemented Interfaces:
EnumParam,java.io.Serializable,java.lang.Comparable<GroupTagColor>
public enum GroupTagColor extends java.lang.Enum<GroupTagColor> implements EnumParam
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()java.lang.StringtoString()static GroupTagColorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GroupTagColor[]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 GroupTagColor _454647
-
_45678F
@SerializedName("45678f") public static final GroupTagColor _45678F
-
_4BB34B
@SerializedName("4bb34b") public static final GroupTagColor _4BB34B
-
_5181B8
@SerializedName("5181b8") public static final GroupTagColor _5181B8
-
_539B9C
@SerializedName("539b9c") public static final GroupTagColor _539B9C
-
_5C9CE6
@SerializedName("5c9ce6") public static final GroupTagColor _5C9CE6
-
_63B9BA
@SerializedName("63b9ba") public static final GroupTagColor _63B9BA
-
_6BC76B
@SerializedName("6bc76b") public static final GroupTagColor _6BC76B
-
_76787A
@SerializedName("76787a") public static final GroupTagColor _76787A
-
_792EC0
@SerializedName("792ec0") public static final GroupTagColor _792EC0
-
_7A6C4F
@SerializedName("7a6c4f") public static final GroupTagColor _7A6C4F
-
_7ECECF
@SerializedName("7ececf") public static final GroupTagColor _7ECECF
-
_9E8D6B
@SerializedName("9e8d6b") public static final GroupTagColor _9E8D6B
-
A162DE
@SerializedName("a162de") public static final GroupTagColor A162DE
-
AAAEB3
@SerializedName("aaaeb3") public static final GroupTagColor AAAEB3
-
BBAA84
@SerializedName("bbaa84") public static final GroupTagColor BBAA84
-
E64646
@SerializedName("e64646") public static final GroupTagColor E64646
-
FF5C5C
@SerializedName("ff5c5c") public static final GroupTagColor FF5C5C
-
FFA000
@SerializedName("ffa000") public static final GroupTagColor FFA000
-
FFC107
@SerializedName("ffc107") public static final GroupTagColor FFC107
-
-
Method Detail
-
values
public static GroupTagColor[] 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 (GroupTagColor c : GroupTagColor.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GroupTagColor 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<GroupTagColor>
-
-