Enum TagAddTagColor

    • Enum Constant Detail

      • _454647

        @SerializedName("454647")
        public static final TagAddTagColor _454647
      • _45678F

        @SerializedName("45678f")
        public static final TagAddTagColor _45678F
      • _4BB34B

        @SerializedName("4bb34b")
        public static final TagAddTagColor _4BB34B
      • _5181B8

        @SerializedName("5181b8")
        public static final TagAddTagColor _5181B8
      • _539B9C

        @SerializedName("539b9c")
        public static final TagAddTagColor _539B9C
      • _5C9CE6

        @SerializedName("5c9ce6")
        public static final TagAddTagColor _5C9CE6
      • _63B9BA

        @SerializedName("63b9ba")
        public static final TagAddTagColor _63B9BA
      • _6BC76B

        @SerializedName("6bc76b")
        public static final TagAddTagColor _6BC76B
      • _76787A

        @SerializedName("76787a")
        public static final TagAddTagColor _76787A
      • _792EC0

        @SerializedName("792ec0")
        public static final TagAddTagColor _792EC0
      • _7A6C4F

        @SerializedName("7a6c4f")
        public static final TagAddTagColor _7A6C4F
      • _7ECECF

        @SerializedName("7ececf")
        public static final TagAddTagColor _7ECECF
      • _9E8D6B

        @SerializedName("9e8d6b")
        public static final TagAddTagColor _9E8D6B
      • A162DE

        @SerializedName("a162de")
        public static final TagAddTagColor A162DE
      • AAAEB3

        @SerializedName("aaaeb3")
        public static final TagAddTagColor AAAEB3
      • BBAA84

        @SerializedName("bbaa84")
        public static final TagAddTagColor BBAA84
      • E64646

        @SerializedName("e64646")
        public static final TagAddTagColor E64646
      • FF5C5C

        @SerializedName("ff5c5c")
        public static final TagAddTagColor FF5C5C
      • FFA000

        @SerializedName("ffa000")
        public static final TagAddTagColor FFA000
      • FFC107

        @SerializedName("ffc107")
        public static final TagAddTagColor FFC107
    • Method Detail

      • values

        public static TagAddTagColor[] 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 (TagAddTagColor c : TagAddTagColor.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TagAddTagColor 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 name
        java.lang.NullPointerException - if the argument is null
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface EnumParam
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<TagAddTagColor>