com.paypal.svcs.types.perm
Enum PersonalAttribute
java.lang.Object
java.lang.Enum<PersonalAttribute>
com.paypal.svcs.types.perm.PersonalAttribute
- All Implemented Interfaces:
- Serializable, Comparable<PersonalAttribute>
public enum PersonalAttribute
- extends Enum<PersonalAttribute>
Enumeration for Personal Attributes of a user.
HTTPAXSCHEMAORGNAMEPERSONFIRST
public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONFIRST
HTTPAXSCHEMAORGNAMEPERSONLAST
public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONLAST
HTTPAXSCHEMAORGCONTACTEMAIL
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTEMAIL
HTTPSCHEMAOPENIDNETCONTACTFULLNAME
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTFULLNAME
HTTPAXSCHEMAORGCOMPANYNAME
public static final PersonalAttribute HTTPAXSCHEMAORGCOMPANYNAME
HTTPAXSCHEMAORGCONTACTCOUNTRYHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCOUNTRYHOME
HTTPAXSCHEMAORGBIRTHDATE
public static final PersonalAttribute HTTPAXSCHEMAORGBIRTHDATE
HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME
HTTPSCHEMAOPENIDNETCONTACTSTREET1
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET1
HTTPSCHEMAOPENIDNETCONTACTSTREET
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET
HTTPAXSCHEMAORGCONTACTCITYHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCITYHOME
HTTPAXSCHEMAORGCONTACTSTATEHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTSTATEHOME
HTTPAXSCHEMAORGCONTACTPHONEDEFAULT
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPHONEDEFAULT
HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2
public static final PersonalAttribute HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2
values
public static PersonalAttribute[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PersonalAttribute c : PersonalAttribute.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PersonalAttribute valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public String getValue()
fromValue
public static PersonalAttribute fromValue(String v)
Copyright © 2013. All Rights Reserved.