Enum Class Bot.ChangeKey

java.lang.Object
java.lang.Enum<Bot.ChangeKey>
io.github.unknowncoder56.javaslc.Bot.ChangeKey
All Implemented Interfaces:
Serializable, Comparable<Bot.ChangeKey>, java.lang.constant.Constable
Enclosing class:
Bot

public static enum Bot.ChangeKey extends Enum<Bot.ChangeKey>
The enum containing all possible property change keys.
See Also:
  • Enum Constant Details

    • PROFILE_IMAGE

      public static final Bot.ChangeKey PROFILE_IMAGE
      The key to change the profile image of the bot.
    • NICKNAME

      public static final Bot.ChangeKey NICKNAME
      The key to change the nickname of the bot.
  • Method Details

    • values

      public static Bot.ChangeKey[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Bot.ChangeKey valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getKeyString

      public String getKeyString()
      Gets the key string of the enum value.
      Returns:
      The key string of the enum value.