|
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<EBaySubscriptionTypeCodeType>
com.ebay.soap.eBLBaseComponents.EBaySubscriptionTypeCodeType
public enum EBaySubscriptionTypeCodeType
Java class for EBaySubscriptionTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EBaySubscriptionTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="SellerAssistant"/> <enumeration value="SellerAssistantPro"/> <enumeration value="EBayStoreBasic"/> <enumeration value="EBayStoreFeatured"/> <enumeration value="EBayStoreAnchor"/> <enumeration value="SellingManager"/> <enumeration value="SellingManagerPro"/> <enumeration value="PictureManagerLevel1"/> <enumeration value="PictureManagerLevel2"/> <enumeration value="PictureManagerLevel3"/> <enumeration value="PictureManagerLevel4"/> <enumeration value="PictureManagerLevel5"/> <enumeration value="PictureManagerLevel6"/> <enumeration value="PictureManagerLevel7"/> <enumeration value="SellerReportsBasic"/> <enumeration value="SellerReportsPlus"/> <enumeration value="FileExchange"/> <enumeration value="LocalMarketSpecialty"/> <enumeration value="LocalMarketRegular"/> <enumeration value="LocalMarketPremium"/> <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 | |
---|---|
CUSTOM_CODE
|
|
E_BAY_STORE_ANCHOR
This value indicates that the user has a Anchor eBay Store membership. |
|
E_BAY_STORE_BASIC
This value indicates that the user has a Basic eBay Store membership. |
|
E_BAY_STORE_FEATURED
This value indicates that the user has a Premium eBay Store membership. |
|
FILE_EXCHANGE
This value indicates that the user has a File Exchange subscription. |
|
LOCAL_MARKET_PREMIUM
This value indicates that the Motors Dealer has a Local Market Premium subscription. |
|
LOCAL_MARKET_REGULAR
This value indicates that the Motors Dealer has a Local Market Regular subscription. |
|
LOCAL_MARKET_SPECIALTY
This value indicates that the Motors Dealer has a Local Market Specialty subscription. |
|
PICTURE_MANAGER_LEVEL_1
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_2
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_3
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_4
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_5
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_6
This value is no longer applicable because Picture Manager has been EOLed. |
|
PICTURE_MANAGER_LEVEL_7
This value is no longer applicable because Picture Manager has been EOLed. |
|
SELLER_ASSISTANT
This eBay subscription is no longer available. |
|
SELLER_ASSISTANT_PRO
This eBay subscription is no longer available. |
|
SELLER_REPORTS_BASIC
Basic Sales Reports are no longer available. |
|
SELLER_REPORTS_PLUS
This value indicates that the user has a Sales Reports Plus subscription. |
|
SELLING_MANAGER
This value indicates that the user has a Selling Manager subscription. |
|
SELLING_MANAGER_PRO
This value indicates that the user has a Selling Manager Pro subscription. |
Method Summary | |
---|---|
static EBaySubscriptionTypeCodeType |
fromValue(String v)
|
String |
value()
|
static EBaySubscriptionTypeCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EBaySubscriptionTypeCodeType[] |
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 EBaySubscriptionTypeCodeType SELLER_ASSISTANT
public static final EBaySubscriptionTypeCodeType SELLER_ASSISTANT_PRO
public static final EBaySubscriptionTypeCodeType E_BAY_STORE_BASIC
public static final EBaySubscriptionTypeCodeType E_BAY_STORE_FEATURED
public static final EBaySubscriptionTypeCodeType E_BAY_STORE_ANCHOR
public static final EBaySubscriptionTypeCodeType SELLING_MANAGER
public static final EBaySubscriptionTypeCodeType SELLING_MANAGER_PRO
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_1
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_2
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_3
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_4
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_5
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_6
public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_7
public static final EBaySubscriptionTypeCodeType SELLER_REPORTS_BASIC
public static final EBaySubscriptionTypeCodeType SELLER_REPORTS_PLUS
public static final EBaySubscriptionTypeCodeType FILE_EXCHANGE
public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_SPECIALTY
public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_REGULAR
public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_PREMIUM
public static final EBaySubscriptionTypeCodeType CUSTOM_CODE
Method Detail |
---|
public static EBaySubscriptionTypeCodeType[] values()
for (EBaySubscriptionTypeCodeType c : EBaySubscriptionTypeCodeType.values()) System.out.println(c);
public static EBaySubscriptionTypeCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static EBaySubscriptionTypeCodeType fromValue(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.