public enum NotifyReferralSystem extends Enum<NotifyReferralSystem>
| Enum Constant and Description |
|---|
_UNKNOWN |
ALL_INVOICES |
FIRST_PAID_CONVERSION |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static NotifyReferralSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifyReferralSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifyReferralSystem NONE
public static final NotifyReferralSystem FIRST_PAID_CONVERSION
public static final NotifyReferralSystem ALL_INVOICES
public static final NotifyReferralSystem _UNKNOWN
public static NotifyReferralSystem[] values()
for (NotifyReferralSystem c : NotifyReferralSystem.values()) System.out.println(c);
public static NotifyReferralSystem 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.