public static enum PaymentExperienceProfile.LandingPageType extends java.lang.Enum<PaymentExperienceProfile.LandingPageType>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getValue() |
static PaymentExperienceProfile.LandingPageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentExperienceProfile.LandingPageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentExperienceProfile.LandingPageType BILLING
public static final PaymentExperienceProfile.LandingPageType LOGIN
public static PaymentExperienceProfile.LandingPageType[] values()
for (PaymentExperienceProfile.LandingPageType c : PaymentExperienceProfile.LandingPageType.values()) System.out.println(c);
public static PaymentExperienceProfile.LandingPageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nulljava.lang.String getValue()