Enum Class ConfigurationFlags

java.lang.Object
java.lang.Enum<ConfigurationFlags>
org.bhn.promotion.core.enums.ConfigurationFlags
All Implemented Interfaces:
Serializable, Comparable<ConfigurationFlags>, Constable

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

    • IS_PROMOTION_SDK_FEATURE_ENABLE

      public static final ConfigurationFlags IS_PROMOTION_SDK_FEATURE_ENABLE
    • IS_PROMOTION_SHADOW_MODE_ENABLE

      public static final ConfigurationFlags IS_PROMOTION_SHADOW_MODE_ENABLE
    • IS_PROMOTION_SHADOW_MODE_ASYNC_ENABLE

      public static final ConfigurationFlags IS_PROMOTION_SHADOW_MODE_ASYNC_ENABLE
    • IS_PROMOTION_VALIDATION_FLOW_ENABLED

      public static final ConfigurationFlags IS_PROMOTION_VALIDATION_FLOW_ENABLED
    • IS_PROMOTION_BUDGET_EXHAUSTED_FULFILLMENT_ALLOWED

      public static final ConfigurationFlags IS_PROMOTION_BUDGET_EXHAUSTED_FULFILLMENT_ALLOWED
    • IS_PROMOTION_GUEST_USER_CHECK_ENABLED

      public static final ConfigurationFlags IS_PROMOTION_GUEST_USER_CHECK_ENABLED
    • IS_PROMOTION_NEW_USER_CHECK_ENABLED

      public static final ConfigurationFlags IS_PROMOTION_NEW_USER_CHECK_ENABLED
    • IS_PROMOTION_BUSINESS_CARD_LOOKUP_ENABLED

      public static final ConfigurationFlags IS_PROMOTION_BUSINESS_CARD_LOOKUP_ENABLED
  • Method Details

    • values

      public static ConfigurationFlags[] 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 ConfigurationFlags 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