|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UserStatusCodeType>
com.ebay.soap.eBLBaseComponents.UserStatusCodeType
public enum UserStatusCodeType
Java class for UserStatusCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UserStatusCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Unknown"/> <enumeration value="Suspended"/> <enumeration value="Confirmed"/> <enumeration value="Unconfirmed"/> <enumeration value="Ghost"/> <enumeration value="InMaintenance"/> <enumeration value="Deleted"/> <enumeration value="CreditCardVerify"/> <enumeration value="AccountOnHold"/> <enumeration value="Merged"/> <enumeration value="RegistrationCodeMailOut"/> <enumeration value="TermPending"/> <enumeration value="UnconfirmedHalfOptIn"/> <enumeration value="CreditCardVerifyHalfOptIn"/> <enumeration value="UnconfirmedPassport"/> <enumeration value="CreditCardVerifyPassport"/> <enumeration value="UnconfirmedExpress"/> <enumeration value="Guest"/> <enumeration value="CustomCode"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
ACCOUNT_ON_HOLD
This value indicates that the eBay user's account is currently on hold. |
|
CONFIRMED
This value indicates that the eBay user's account is a confirmed, active account. |
|
CREDIT_CARD_VERIFY
This value indicates that the user has completed the registration and confirmation process, but needs to complete verification of credit card information. |
|
CREDIT_CARD_VERIFY_HALF_OPT_IN
Note: The Half.com site has been shut down, so this value is no longer applicable. |
|
CREDIT_CARD_VERIFY_PASSPORT
This value is no longer applicable. |
|
CUSTOM_CODE
Reserved for internal or future use |
|
DELETED
This value indicates that the eBay user's account has been deleted. |
|
GHOST
This value indicates that the user originally registered on AuctionWeb (pre-eBay), but that user never re-registered on eBay. |
|
GUEST
This value indicates that the user is a guest user. |
|
IN_MAINTENANCE
This value indicates that the eBay user's account is in maintenance mode. |
|
MERGED
This value indicates that the user record has been merged with another account record for the same user |
|
REGISTRATION_CODE_MAIL_OUT
This value indicates that the eBay User has completed online registration, and eBay has just sent the user a registration code in a confirmation email. |
|
SUSPENDED
This value indicates that the eBay user's account is suspended. |
|
TERM_PENDING
This value indicates that the user has scheduled an account closure but eBay has yet to process the closure request. |
|
UNCONFIRMED
This value indicates that the eBay User has completed online registration, but has either not responded to confirmation email or has not yet been sent the confirmation email. |
|
UNCONFIRMED_EXPRESS
This value is no longer applicable. |
|
UNCONFIRMED_HALF_OPT_IN
Note: The Half.com site has been shut down, so this value is no longer applicable. |
|
UNCONFIRMED_PASSPORT
This value is no longer applicable. |
|
UNKNOWN
This value indicates that the status of the user's eBay account is unknown. |
Method Summary | |
---|---|
static UserStatusCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static UserStatusCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserStatusCodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UserStatusCodeType UNKNOWN
public static final UserStatusCodeType SUSPENDED
public static final UserStatusCodeType CONFIRMED
public static final UserStatusCodeType UNCONFIRMED
public static final UserStatusCodeType GHOST
public static final UserStatusCodeType IN_MAINTENANCE
public static final UserStatusCodeType DELETED
public static final UserStatusCodeType CREDIT_CARD_VERIFY
public static final UserStatusCodeType ACCOUNT_ON_HOLD
public static final UserStatusCodeType MERGED
public static final UserStatusCodeType REGISTRATION_CODE_MAIL_OUT
public static final UserStatusCodeType TERM_PENDING
public static final UserStatusCodeType UNCONFIRMED_HALF_OPT_IN
public static final UserStatusCodeType CREDIT_CARD_VERIFY_HALF_OPT_IN
public static final UserStatusCodeType UNCONFIRMED_PASSPORT
public static final UserStatusCodeType CREDIT_CARD_VERIFY_PASSPORT
public static final UserStatusCodeType UNCONFIRMED_EXPRESS
public static final UserStatusCodeType GUEST
public static final UserStatusCodeType CUSTOM_CODE
Method Detail |
---|
public static UserStatusCodeType[] values()
for (UserStatusCodeType c : UserStatusCodeType.values()) System.out.println(c);
public static UserStatusCodeType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static UserStatusCodeType fromValue(java.lang.String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.