|
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<ItemTypeCodeType>
com.ebay.soap.eBLBaseComponents.ItemTypeCodeType
public enum ItemTypeCodeType
Java class for ItemTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ItemTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="AuctionItemsOnly"/> <enumeration value="FixedPricedItem"/> <enumeration value="AllItems"/> <enumeration value="StoreInventoryOnly"/> <enumeration value="FixedPriceExcludeStoreInventory"/> <enumeration value="ExcludeStoreInventory"/> <enumeration value="AllItemTypes"/> <enumeration value="AllFixedPriceItemTypes"/> <enumeration value="CustomCode"/> <enumeration value="ClassifiedItemsOnly"/> <enumeration value="AdFormat"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
AD_FORMAT
Restricts listings to return only items that have the Ad Format feature. |
|
ALL_FIXED_PRICE_ITEM_TYPES
Retrieves fixed-price items. |
|
ALL_ITEM_TYPES
Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items. |
|
ALL_ITEMS
When setting up filtering for the Saved Search, the buyer was looking for all items closely associated with the search term, so selected all buying formats (Auction, Buy It Now, and Classified Ads). |
|
AUCTION_ITEMS_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for auction items (with or without the Buy It Now option), so only selected the Auction checkbox in the Format dialog box. |
|
CLASSIFIED_ITEMS_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for classified ad listings, so only selected the Classified ads checkbox in the Format dialog box. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
EXCLUDE_STORE_INVENTORY
Excludes listings that have listing type set to StoresFixedPrice. |
|
FIXED_PRICE_EXCLUDE_STORE_INVENTORY
Excludes listings that have listing type set to StoresFixedPrice. |
|
FIXED_PRICED_ITEM
When setting up filtering for the Saved Search, the buyer was looking for all fixed-price items and auction items with Buy It Now available, so only selected the Buy It Now checkbox in the Format dialog box. |
|
STORE_INVENTORY_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for items sold by sellers with eBay stores, so selected the Sellers with eBay stores checkbox in the Seller dialog box. |
Method Summary | |
---|---|
static ItemTypeCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ItemTypeCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ItemTypeCodeType[] |
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 ItemTypeCodeType AUCTION_ITEMS_ONLY
public static final ItemTypeCodeType FIXED_PRICED_ITEM
public static final ItemTypeCodeType ALL_ITEMS
public static final ItemTypeCodeType STORE_INVENTORY_ONLY
public static final ItemTypeCodeType FIXED_PRICE_EXCLUDE_STORE_INVENTORY
public static final ItemTypeCodeType EXCLUDE_STORE_INVENTORY
public static final ItemTypeCodeType ALL_ITEM_TYPES
public static final ItemTypeCodeType ALL_FIXED_PRICE_ITEM_TYPES
public static final ItemTypeCodeType CUSTOM_CODE
public static final ItemTypeCodeType CLASSIFIED_ITEMS_ONLY
public static final ItemTypeCodeType AD_FORMAT
Method Detail |
---|
public static ItemTypeCodeType[] values()
for (ItemTypeCodeType c : ItemTypeCodeType.values()) System.out.println(c);
public static ItemTypeCodeType 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 ItemTypeCodeType 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.