Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum SellingManagerProductSortCodeType

java.lang.Object
  extended by java.lang.Enum<SellingManagerProductSortCodeType>
      extended by com.ebay.soap.eBLBaseComponents.SellingManagerProductSortCodeType
All Implemented Interfaces:
Serializable, Comparable<SellingManagerProductSortCodeType>

public enum SellingManagerProductSortCodeType
extends 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

ACTIVE_QUANTITY

public static final SellingManagerProductSortCodeType ACTIVE_QUANTITY
Sort products by by quantity currently listed.


AVAILABLE_TO_LIST

public static final SellingManagerProductSortCodeType AVAILABLE_TO_LIST
Sort unlisted products by availability to list.


AVERAGE_PRICE

public static final SellingManagerProductSortCodeType AVERAGE_PRICE
Sort by average price of sold items.


AVERAGE_UNIT_COST

public static final SellingManagerProductSortCodeType AVERAGE_UNIT_COST
Sort by average unit cost of items.


CUSTOM_LABEL

public static final SellingManagerProductSortCodeType CUSTOM_LABEL
Sort products by label.


PRODUCT_NAME

public static final SellingManagerProductSortCodeType PRODUCT_NAME
Sort by product name.


LAST_SUBMITTED_DATE

public static final SellingManagerProductSortCodeType LAST_SUBMITTED_DATE
Sort by submitted date.


SCHEDULED_QUANTITY

public static final SellingManagerProductSortCodeType SCHEDULED_QUANTITY
Sort by quantity scheduled to be listed.


SOLD_QUANTITY

public static final SellingManagerProductSortCodeType SOLD_QUANTITY
Sort by quantity sold.


SUCCESS_PERCENT

public static final SellingManagerProductSortCodeType SUCCESS_PERCENT
Sort by the percentage of ended listings that had a sale.


UNSOLD_QUANTITY

public static final SellingManagerProductSortCodeType UNSOLD_QUANTITY
Sort by number of unsold items.


FOLDER_NAME

public static final SellingManagerProductSortCodeType FOLDER_NAME
Sort products by folder name.


CUSTOM_CODE

public static final SellingManagerProductSortCodeType CUSTOM_CODE
Method Detail

values

public static SellingManagerProductSortCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SellingManagerProductSortCodeType c : SellingManagerProductSortCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SellingManagerProductSortCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static SellingManagerProductSortCodeType fromValue(String v)

Changes since
the last release

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.