Enum ScheduleType

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

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

    • IMMEDIATE

      public static final ScheduleType IMMEDIATE
    • SPECIFIC_DATES

      public static final ScheduleType SPECIFIC_DATES
    • FIXED_INTERVALS

      public static final ScheduleType FIXED_INTERVALS
    • _UNKNOWN

      public static final ScheduleType _UNKNOWN
  • Method Details

    • values

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