Enum EventName

java.lang.Object
java.lang.Enum<EventName>
com.chargebee.models.enums.EventName
All Implemented Interfaces:
Serializable, Comparable<EventName>, java.lang.constant.Constable

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

    • CANCELLATION_PAGE_LOADED

      public static final EventName CANCELLATION_PAGE_LOADED
    • _UNKNOWN

      public static final EventName _UNKNOWN
  • Method Details

    • values

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