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