public enum EndScheduleOn extends Enum<EndScheduleOn>
Enum Constant and Description |
---|
_UNKNOWN |
AFTER_NUMBER_OF_INTERVALS |
SPECIFIC_DATE |
SUBSCRIPTION_END |
Modifier and Type | Method and Description |
---|---|
static EndScheduleOn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndScheduleOn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndScheduleOn AFTER_NUMBER_OF_INTERVALS
public static final EndScheduleOn SPECIFIC_DATE
public static final EndScheduleOn SUBSCRIPTION_END
public static final EndScheduleOn _UNKNOWN
public static EndScheduleOn[] values()
for (EndScheduleOn c : EndScheduleOn.values()) System.out.println(c);
public static EndScheduleOn valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 ChargeBee. All rights reserved.