public static enum ExperienceProfileRequestEp6.LandingPageType extends java.lang.Enum<ExperienceProfileRequestEp6.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 ExperienceProfileRequestEp6.LandingPageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExperienceProfileRequestEp6.LandingPageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperienceProfileRequestEp6.LandingPageType BILLING
public static final ExperienceProfileRequestEp6.LandingPageType LOGIN
public static ExperienceProfileRequestEp6.LandingPageType[] values()
for (ExperienceProfileRequestEp6.LandingPageType c : ExperienceProfileRequestEp6.LandingPageType.values()) System.out.println(c);
public static ExperienceProfileRequestEp6.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()