Enum Class UnleashProperties.HttpFetcher

java.lang.Object
java.lang.Enum<UnleashProperties.HttpFetcher>
org.unleash.features.autoconfigure.UnleashProperties.HttpFetcher
All Implemented Interfaces:
Serializable, Comparable<UnleashProperties.HttpFetcher>, Constable
Enclosing class:
UnleashProperties

public static enum UnleashProperties.HttpFetcher extends Enum<UnleashProperties.HttpFetcher>
  • Enum Constant Details

  • Constructor Details

    • HttpFetcher

      private HttpFetcher()
  • Method Details

    • values

      public static UnleashProperties.HttpFetcher[] 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 UnleashProperties.HttpFetcher 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