|
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<ListingEnhancementsCodeType>
com.ebay.soap.eBLBaseComponents.ListingEnhancementsCodeType
public enum ListingEnhancementsCodeType
Java class for ListingEnhancementsCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ListingEnhancementsCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Border"/> <enumeration value="BoldTitle"/> <enumeration value="Featured"/> <enumeration value="Highlight"/> <enumeration value="HomePageFeatured"/> <enumeration value="ProPackBundle"/> <enumeration value="BasicUpgradePackBundle"/> <enumeration value="ValuePackBundle"/> <enumeration value="ProPackPlusBundle"/> <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 | |
---|---|
BASIC_UPGRADE_PACK_BUNDLE
Note: The Basic Upgrade Pack Bundle is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
BOLD_TITLE
If specified, the seller wants the title for the item's listing to be in boldface type. |
|
BORDER
Note: The Picture Border feature is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
FEATURED
Note: The Featured listing feature is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
HIGHLIGHT
Note: The Highlighted listing feature is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
HOME_PAGE_FEATURED
Listing will have a chance to rotate into a special display on eBay's Home page. |
|
PRO_PACK_BUNDLE
Note: The Pro Pack Bundle is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
PRO_PACK_PLUS_BUNDLE
Note: The Pro Pack Plus Bundle is no longer available on any eBay Marketplace sites, so this value should not be used in Add/Revise/Relist calls, and will not be returned in 'Get' calls. |
|
VALUE_PACK_BUNDLE
Listing is using ValuePack bundle (a feature pack), which combines the features Gallery, Subtitle, and Listing Designer for a discounted price. |
Method Summary | |
---|---|
static ListingEnhancementsCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ListingEnhancementsCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ListingEnhancementsCodeType[] |
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 ListingEnhancementsCodeType BORDER
public static final ListingEnhancementsCodeType BOLD_TITLE
public static final ListingEnhancementsCodeType FEATURED
public static final ListingEnhancementsCodeType HIGHLIGHT
public static final ListingEnhancementsCodeType HOME_PAGE_FEATURED
public static final ListingEnhancementsCodeType PRO_PACK_BUNDLE
public static final ListingEnhancementsCodeType BASIC_UPGRADE_PACK_BUNDLE
public static final ListingEnhancementsCodeType VALUE_PACK_BUNDLE
public static final ListingEnhancementsCodeType PRO_PACK_PLUS_BUNDLE
public static final ListingEnhancementsCodeType CUSTOM_CODE
Method Detail |
---|
public static ListingEnhancementsCodeType[] values()
for (ListingEnhancementsCodeType c : ListingEnhancementsCodeType.values()) System.out.println(c);
public static ListingEnhancementsCodeType 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 ListingEnhancementsCodeType 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.