java.lang.Object
java.lang.Enum<ConfigFlag>
net.dv8tion.jda.internal.utils.config.flags.ConfigFlag
All Implemented Interfaces:
Serializable, Comparable<ConfigFlag>

public enum ConfigFlag extends Enum<ConfigFlag>
  • Enum Constant Details

    • RAW_EVENTS

      public static final ConfigFlag RAW_EVENTS
    • EVENT_PASSTHROUGH

      public static final ConfigFlag EVENT_PASSTHROUGH
    • USE_RELATIVE_RATELIMIT

      public static final ConfigFlag USE_RELATIVE_RATELIMIT
    • RETRY_TIMEOUT

      public static final ConfigFlag RETRY_TIMEOUT
    • BULK_DELETE_SPLIT

      public static final ConfigFlag BULK_DELETE_SPLIT
    • SHUTDOWN_HOOK

      public static final ConfigFlag SHUTDOWN_HOOK
    • MDC_CONTEXT

      public static final ConfigFlag MDC_CONTEXT
    • AUTO_RECONNECT

      public static final ConfigFlag AUTO_RECONNECT
  • Method Details

    • values

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

      public static ConfigFlag valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDefault

      public static EnumSet<ConfigFlag> getDefault()