|
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<SellingManagerProductSortCodeType>
com.ebay.soap.eBLBaseComponents.SellingManagerProductSortCodeType
public enum SellingManagerProductSortCodeType
Java class for SellingManagerProductSortCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SellingManagerProductSortCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="ActiveQuantity"/> <enumeration value="AvailableToList"/> <enumeration value="AveragePrice"/> <enumeration value="AverageUnitCost"/> <enumeration value="CustomLabel"/> <enumeration value="ProductName"/> <enumeration value="LastSubmittedDate"/> <enumeration value="ScheduledQuantity"/> <enumeration value="SoldQuantity"/> <enumeration value="SuccessPercent"/> <enumeration value="UnsoldQuantity"/> <enumeration value="FolderName"/> <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 | |
---|---|
ACTIVE_QUANTITY
Sort products by by quantity currently listed. |
|
AVAILABLE_TO_LIST
Sort unlisted products by availability to list. |
|
AVERAGE_PRICE
Sort by average price of sold items. |
|
AVERAGE_UNIT_COST
Sort by average unit cost of items. |
|
CUSTOM_CODE
|
|
CUSTOM_LABEL
Sort products by label. |
|
FOLDER_NAME
Sort products by folder name. |
|
LAST_SUBMITTED_DATE
Sort by submitted date. |
|
PRODUCT_NAME
Sort by product name. |
|
SCHEDULED_QUANTITY
Sort by quantity scheduled to be listed. |
|
SOLD_QUANTITY
Sort by quantity sold. |
|
SUCCESS_PERCENT
Sort by the percentage of ended listings that had a sale. |
|
UNSOLD_QUANTITY
Sort by number of unsold items. |
Method Summary | |
---|---|
static SellingManagerProductSortCodeType |
fromValue(String v)
|
String |
value()
|
static SellingManagerProductSortCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SellingManagerProductSortCodeType[] |
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 SellingManagerProductSortCodeType ACTIVE_QUANTITY
public static final SellingManagerProductSortCodeType AVAILABLE_TO_LIST
public static final SellingManagerProductSortCodeType AVERAGE_PRICE
public static final SellingManagerProductSortCodeType AVERAGE_UNIT_COST
public static final SellingManagerProductSortCodeType CUSTOM_LABEL
public static final SellingManagerProductSortCodeType PRODUCT_NAME
public static final SellingManagerProductSortCodeType LAST_SUBMITTED_DATE
public static final SellingManagerProductSortCodeType SCHEDULED_QUANTITY
public static final SellingManagerProductSortCodeType SOLD_QUANTITY
public static final SellingManagerProductSortCodeType SUCCESS_PERCENT
public static final SellingManagerProductSortCodeType UNSOLD_QUANTITY
public static final SellingManagerProductSortCodeType FOLDER_NAME
public static final SellingManagerProductSortCodeType CUSTOM_CODE
Method Detail |
---|
public static SellingManagerProductSortCodeType[] values()
for (SellingManagerProductSortCodeType c : SellingManagerProductSortCodeType.values()) System.out.println(c);
public static SellingManagerProductSortCodeType 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 SellingManagerProductSortCodeType 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.