public static enum PaymentExperienceProfile.AddressOverride extends java.lang.Enum<PaymentExperienceProfile.AddressOverride>
Enum Constant and Description |
---|
SHOW_ADDRESS_FROM_PAYPAL_ACCOUNT_OF_THE_BUYER |
SHOW_ADDRESS_SUPPLIED_IN_THIS_CALL |
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getValue() |
static PaymentExperienceProfile.AddressOverride |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentExperienceProfile.AddressOverride[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentExperienceProfile.AddressOverride SHOW_ADDRESS_FROM_PAYPAL_ACCOUNT_OF_THE_BUYER
public static final PaymentExperienceProfile.AddressOverride SHOW_ADDRESS_SUPPLIED_IN_THIS_CALL
public static PaymentExperienceProfile.AddressOverride[] values()
for (PaymentExperienceProfile.AddressOverride c : PaymentExperienceProfile.AddressOverride.values()) System.out.println(c);
public static PaymentExperienceProfile.AddressOverride 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 nullint getValue()