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