Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ItemSortTypeCodeType

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

public enum ItemSortTypeCodeType
extends java.lang.Enum<ItemSortTypeCodeType>

Java class for ItemSortTypeCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ItemSortTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ItemID"/>
     <enumeration value="Price"/>
     <enumeration value="StartPrice"/>
     <enumeration value="Title"/>
     <enumeration value="BidCount"/>
     <enumeration value="Quantity"/>
     <enumeration value="StartTime"/>
     <enumeration value="EndTime"/>
     <enumeration value="SellerUserID"/>
     <enumeration value="TimeLeft"/>
     <enumeration value="ListingDuration"/>
     <enumeration value="ListingType"/>
     <enumeration value="CurrentPrice"/>
     <enumeration value="ReservePrice"/>
     <enumeration value="MaxBid"/>
     <enumeration value="BidderCount"/>
     <enumeration value="HighBidderUserID"/>
     <enumeration value="BuyerUserID"/>
     <enumeration value="BuyerPostalCode"/>
     <enumeration value="BuyerEmail"/>
     <enumeration value="SellerEmail"/>
     <enumeration value="TotalPrice"/>
     <enumeration value="WatchCount"/>
     <enumeration value="BestOfferCount"/>
     <enumeration value="QuestionCount"/>
     <enumeration value="ShippingServiceCost"/>
     <enumeration value="FeedbackReceived"/>
     <enumeration value="FeedbackLeft"/>
     <enumeration value="UserID"/>
     <enumeration value="QuantitySold"/>
     <enumeration value="BestOffer"/>
     <enumeration value="QuantityAvailable"/>
     <enumeration value="QuantityPurchased"/>
     <enumeration value="WonPlatform"/>
     <enumeration value="SoldPlatform"/>
     <enumeration value="ListingDurationDescending"/>
     <enumeration value="ListingTypeDescending"/>
     <enumeration value="CurrentPriceDescending"/>
     <enumeration value="ReservePriceDescending"/>
     <enumeration value="MaxBidDescending"/>
     <enumeration value="BidderCountDescending"/>
     <enumeration value="HighBidderUserIDDescending"/>
     <enumeration value="BuyerUserIDDescending"/>
     <enumeration value="BuyerPostalCodeDescending"/>
     <enumeration value="BuyerEmailDescending"/>
     <enumeration value="SellerEmailDescending"/>
     <enumeration value="TotalPriceDescending"/>
     <enumeration value="WatchCountDescending"/>
     <enumeration value="QuestionCountDescending"/>
     <enumeration value="ShippingServiceCostDescending"/>
     <enumeration value="FeedbackReceivedDescending"/>
     <enumeration value="FeedbackLeftDescending"/>
     <enumeration value="UserIDDescending"/>
     <enumeration value="QuantitySoldDescending"/>
     <enumeration value="BestOfferCountDescending"/>
     <enumeration value="QuantityAvailableDescending"/>
     <enumeration value="QuantityPurchasedDescending"/>
     <enumeration value="BestOfferDescending"/>
     <enumeration value="ItemIDDescending"/>
     <enumeration value="PriceDescending"/>
     <enumeration value="StartPriceDescending"/>
     <enumeration value="TitleDescending"/>
     <enumeration value="BidCountDescending"/>
     <enumeration value="QuantityDescending"/>
     <enumeration value="StartTimeDescending"/>
     <enumeration value="EndTimeDescending"/>
     <enumeration value="SellerUserIDDescending"/>
     <enumeration value="TimeLeftDescending"/>
     <enumeration value="WonPlatformDescending"/>
     <enumeration value="SoldPlatformDescending"/>
     <enumeration value="LeadCount"/>
     <enumeration value="NewLeadCount"/>
     <enumeration value="LeadCountDescending"/>
     <enumeration value="NewLeadCountDescending"/>
     <enumeration value="ClassifiedAdPayPerLeadFee"/>
     <enumeration value="ClassifiedAdPayPerLeadFeeDescending"/>
     <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
BEST_OFFER
          Sort items with Best Offers first.
BEST_OFFER_COUNT
          Sort by the number of Best Offers (ascending).
BEST_OFFER_COUNT_DESCENDING
          Sort items by the number of Best Offers on an item, in descending order.
BEST_OFFER_DESCENDING
          Sort items with Best Offers last.
BID_COUNT
          Sort by number of bids on the item (ascending).
BID_COUNT_DESCENDING
          Sort by number of bids on the item (descending).
BIDDER_COUNT
          Sort by number of bidders (ascending).
BIDDER_COUNT_DESCENDING
          Sort by number of bidders (descending).
BUYER_EMAIL
          Sort by the buyer's email address, in alphabetical order.
BUYER_EMAIL_DESCENDING
          Sort by the buyer's email address, in reverse alphabetical order.
BUYER_POSTAL_CODE
          Sort by the buyer's postal code (ascending).
BUYER_POSTAL_CODE_DESCENDING
          Sort by the buyer's postal code, in descending order.
BUYER_USER_ID
          Sort by the user ID of the buyer (ascending).
BUYER_USER_ID_DESCENDING
          Sort by the user ID of the buyer, in reverse alphabetical order.
CLASSIFIED_AD_PAY_PER_LEAD_FEE
          The pay-per-lead feature is no longer available, so this value is no longer applicable.
CLASSIFIED_AD_PAY_PER_LEAD_FEE_DESCENDING
          The pay-per-lead feature is no longer available, so this value is no longer applicable.
CURRENT_PRICE
          Sort by current price (ascending).
CURRENT_PRICE_DESCENDING
          Sort by the current price of the listed item (descending).
CUSTOM_CODE
          Reserved for internal or future use.
END_TIME
          Sort by listing end time (ascending).
END_TIME_DESCENDING
          Sort by listing end time (descending).
FEEDBACK_LEFT
          Sort by type of feedback received, positive, negative, or neutral.
FEEDBACK_LEFT_DESCENDING
          Sort by type of feedback received, positive, negative, or neutral.
FEEDBACK_RECEIVED
          Sort by type of feedback received, positive, negative, or neutral.
FEEDBACK_RECEIVED_DESCENDING
          Sort by type of feedback received, positive, negative, or neutral.
HIGH_BIDDER_USER_ID
          Sort by the user ID of the highest bidder (ascending).
HIGH_BIDDER_USER_ID_DESCENDING
          Sort by the user ID of the highest bidder (descending).
ITEM_ID
          Sort by Item ID (ascending).
ITEM_ID_DESCENDING
          Sort by Item ID (descending).
LEAD_COUNT
          Sort by the lead (emails) count (ascending).
LEAD_COUNT_DESCENDING
          Sort by the lead count (descending).
LISTING_DURATION
          Sort by listing duration (ascending).
LISTING_DURATION_DESCENDING
          Sort by the duration of the listing (descending).
LISTING_TYPE
          Sort by listing type (ascending).
LISTING_TYPE_DESCENDING
          Sort by the listing type (descending).
MAX_BID
          Sort by maximum bid price (ascending).
MAX_BID_DESCENDING
          Sort by the highest bid on the item (descending).
NEW_LEAD_COUNT
          Sort by the new lead (new emails) count (ascending).
NEW_LEAD_COUNT_DESCENDING
          Sort by the new contact count (descending).
PRICE
          Sort by price (ascending).
PRICE_DESCENDING
          Sort by price (descending).
QUANTITY
          Sort by quantity (ascending).
QUANTITY_AVAILABLE
          Sort by the number of items available (ascending).
QUANTITY_AVAILABLE_DESCENDING
          Sort items by the number there are available, in descending order.
QUANTITY_DESCENDING
          Sort by the quantity of items sold (descending).
QUANTITY_PURCHASED
          Sort by the number of items purchased (ascending).
QUANTITY_PURCHASED_DESCENDING
          Sort items by the number that have been purchased, in descending order.
QUANTITY_SOLD
          Sort by the number of items sold (ascending).
QUANTITY_SOLD_DESCENDING
          Sort by the number of items sold, in descending order.
QUESTION_COUNT
          Sort by the number of questions (ascending).
QUESTION_COUNT_DESCENDING
          Sort by number of questions (descending).
RESERVE_PRICE
          Sort by reserve price (ascending).
RESERVE_PRICE_DESCENDING
          Sort by the listing's reserve price (descending).
SELLER_EMAIL
          Sort by the seller's email address, in alphabetical order.
SELLER_EMAIL_DESCENDING
          Sort by the seller's email address, in reverse alphabetical order.
SELLER_USER_ID
          Sort by the seller's user ID, in alphabetical order.
SELLER_USER_ID_DESCENDING
          Sort by seller user ID, in reverse alphabetical order.
SHIPPING_SERVICE_COST
          Sort by the cost indicated for shipping (ascending).
SHIPPING_SERVICE_COST_DESCENDING
          Sort by the cost of shipping (descending).
SOLD_PLATFORM
          Sort by the platform on which the item was sold (eBay items last).
SOLD_PLATFORM_DESCENDING
          Sort by the platform on which the item was sold.
START_PRICE
          Sort by start price (ascending).
START_PRICE_DESCENDING
          Sort by start price (descending).
START_TIME
          Sort by listing start time (ascending).
START_TIME_DESCENDING
          Sort by listing start time (descending).
TIME_LEFT
          Sort by the time left for the item's listing, in ascending order: active items, good-til-cancelled items, and completed items.
TIME_LEFT_DESCENDING
          Sort by time left on the listing, in descending order: completed items, good-til-cancelled items, and active items.
TITLE
          Sort by item title (ascending).
TITLE_DESCENDING
          Sort by item title (descending).
TOTAL_PRICE
          Sort by total price (ascending).
TOTAL_PRICE_DESCENDING
          Sort by the total price of the order, (descending).
USER_ID
          Sort by user ID, in alphabetical order.
USER_ID_DESCENDING
          Sort by user ID, in descending order.
WATCH_COUNT
          Sort by the number of items being watched (ascending).
WATCH_COUNT_DESCENDING
          Sort by watch count (descending).
WON_PLATFORM
          Sort by the platform on which the item was won (eBay items last).
WON_PLATFORM_DESCENDING
          Sort by the platform on which the item was won.
 
Method Summary
static ItemSortTypeCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static ItemSortTypeCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemSortTypeCodeType[] 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

ITEM_ID

public static final ItemSortTypeCodeType ITEM_ID
Sort by Item ID (ascending).


PRICE

public static final ItemSortTypeCodeType PRICE
Sort by price (ascending).


START_PRICE

public static final ItemSortTypeCodeType START_PRICE
Sort by start price (ascending).


TITLE

public static final ItemSortTypeCodeType TITLE
Sort by item title (ascending).


BID_COUNT

public static final ItemSortTypeCodeType BID_COUNT
Sort by number of bids on the item (ascending).


QUANTITY

public static final ItemSortTypeCodeType QUANTITY
Sort by quantity (ascending).


START_TIME

public static final ItemSortTypeCodeType START_TIME
Sort by listing start time (ascending).


END_TIME

public static final ItemSortTypeCodeType END_TIME
Sort by listing end time (ascending).


SELLER_USER_ID

public static final ItemSortTypeCodeType SELLER_USER_ID
Sort by the seller's user ID, in alphabetical order.


TIME_LEFT

public static final ItemSortTypeCodeType TIME_LEFT
Sort by the time left for the item's listing, in ascending order: active items, good-til-cancelled items, and completed items.


LISTING_DURATION

public static final ItemSortTypeCodeType LISTING_DURATION
Sort by listing duration (ascending).


LISTING_TYPE

public static final ItemSortTypeCodeType LISTING_TYPE
Sort by listing type (ascending).


CURRENT_PRICE

public static final ItemSortTypeCodeType CURRENT_PRICE
Sort by current price (ascending).


RESERVE_PRICE

public static final ItemSortTypeCodeType RESERVE_PRICE
Sort by reserve price (ascending).


MAX_BID

public static final ItemSortTypeCodeType MAX_BID
Sort by maximum bid price (ascending).


BIDDER_COUNT

public static final ItemSortTypeCodeType BIDDER_COUNT
Sort by number of bidders (ascending).


HIGH_BIDDER_USER_ID

public static final ItemSortTypeCodeType HIGH_BIDDER_USER_ID
Sort by the user ID of the highest bidder (ascending).


BUYER_USER_ID

public static final ItemSortTypeCodeType BUYER_USER_ID
Sort by the user ID of the buyer (ascending).


BUYER_POSTAL_CODE

public static final ItemSortTypeCodeType BUYER_POSTAL_CODE
Sort by the buyer's postal code (ascending).


BUYER_EMAIL

public static final ItemSortTypeCodeType BUYER_EMAIL
Sort by the buyer's email address, in alphabetical order.


SELLER_EMAIL

public static final ItemSortTypeCodeType SELLER_EMAIL
Sort by the seller's email address, in alphabetical order.


TOTAL_PRICE

public static final ItemSortTypeCodeType TOTAL_PRICE
Sort by total price (ascending).


WATCH_COUNT

public static final ItemSortTypeCodeType WATCH_COUNT
Sort by the number of items being watched (ascending). The WatchCount of an item is the number of watches that buyers have placed on an item using their eBay accounts.


BEST_OFFER_COUNT

public static final ItemSortTypeCodeType BEST_OFFER_COUNT
Sort by the number of Best Offers (ascending).


QUESTION_COUNT

public static final ItemSortTypeCodeType QUESTION_COUNT
Sort by the number of questions (ascending).


SHIPPING_SERVICE_COST

public static final ItemSortTypeCodeType SHIPPING_SERVICE_COST
Sort by the cost indicated for shipping (ascending).


FEEDBACK_RECEIVED

public static final ItemSortTypeCodeType FEEDBACK_RECEIVED
Sort by type of feedback received, positive, negative, or neutral. In ascending order - negative, neutral, positive.


FEEDBACK_LEFT

public static final ItemSortTypeCodeType FEEDBACK_LEFT
Sort by type of feedback received, positive, negative, or neutral. In ascending order - negative, neutral, positive.


USER_ID

public static final ItemSortTypeCodeType USER_ID
Sort by user ID, in alphabetical order.


QUANTITY_SOLD

public static final ItemSortTypeCodeType QUANTITY_SOLD
Sort by the number of items sold (ascending).


BEST_OFFER

public static final ItemSortTypeCodeType BEST_OFFER
Sort items with Best Offers first.


QUANTITY_AVAILABLE

public static final ItemSortTypeCodeType QUANTITY_AVAILABLE
Sort by the number of items available (ascending).


QUANTITY_PURCHASED

public static final ItemSortTypeCodeType QUANTITY_PURCHASED
Sort by the number of items purchased (ascending).


WON_PLATFORM

public static final ItemSortTypeCodeType WON_PLATFORM
Sort by the platform on which the item was won (eBay items last).


SOLD_PLATFORM

public static final ItemSortTypeCodeType SOLD_PLATFORM
Sort by the platform on which the item was sold (eBay items last).


LISTING_DURATION_DESCENDING

public static final ItemSortTypeCodeType LISTING_DURATION_DESCENDING
Sort by the duration of the listing (descending).


LISTING_TYPE_DESCENDING

public static final ItemSortTypeCodeType LISTING_TYPE_DESCENDING
Sort by the listing type (descending).


CURRENT_PRICE_DESCENDING

public static final ItemSortTypeCodeType CURRENT_PRICE_DESCENDING
Sort by the current price of the listed item (descending).


RESERVE_PRICE_DESCENDING

public static final ItemSortTypeCodeType RESERVE_PRICE_DESCENDING
Sort by the listing's reserve price (descending).


MAX_BID_DESCENDING

public static final ItemSortTypeCodeType MAX_BID_DESCENDING
Sort by the highest bid on the item (descending).


BIDDER_COUNT_DESCENDING

public static final ItemSortTypeCodeType BIDDER_COUNT_DESCENDING
Sort by number of bidders (descending).


HIGH_BIDDER_USER_ID_DESCENDING

public static final ItemSortTypeCodeType HIGH_BIDDER_USER_ID_DESCENDING
Sort by the user ID of the highest bidder (descending).


BUYER_USER_ID_DESCENDING

public static final ItemSortTypeCodeType BUYER_USER_ID_DESCENDING
Sort by the user ID of the buyer, in reverse alphabetical order.


BUYER_POSTAL_CODE_DESCENDING

public static final ItemSortTypeCodeType BUYER_POSTAL_CODE_DESCENDING
Sort by the buyer's postal code, in descending order.


BUYER_EMAIL_DESCENDING

public static final ItemSortTypeCodeType BUYER_EMAIL_DESCENDING
Sort by the buyer's email address, in reverse alphabetical order.


SELLER_EMAIL_DESCENDING

public static final ItemSortTypeCodeType SELLER_EMAIL_DESCENDING
Sort by the seller's email address, in reverse alphabetical order.


TOTAL_PRICE_DESCENDING

public static final ItemSortTypeCodeType TOTAL_PRICE_DESCENDING
Sort by the total price of the order, (descending).


WATCH_COUNT_DESCENDING

public static final ItemSortTypeCodeType WATCH_COUNT_DESCENDING
Sort by watch count (descending).


QUESTION_COUNT_DESCENDING

public static final ItemSortTypeCodeType QUESTION_COUNT_DESCENDING
Sort by number of questions (descending).


SHIPPING_SERVICE_COST_DESCENDING

public static final ItemSortTypeCodeType SHIPPING_SERVICE_COST_DESCENDING
Sort by the cost of shipping (descending).


FEEDBACK_RECEIVED_DESCENDING

public static final ItemSortTypeCodeType FEEDBACK_RECEIVED_DESCENDING
Sort by type of feedback received, positive, negative, or neutral. In descending order - positive, neutral, negative.


FEEDBACK_LEFT_DESCENDING

public static final ItemSortTypeCodeType FEEDBACK_LEFT_DESCENDING
Sort by type of feedback received, positive, negative, or neutral. In descending order - positive, neutral, negative.


USER_ID_DESCENDING

public static final ItemSortTypeCodeType USER_ID_DESCENDING
Sort by user ID, in descending order.


QUANTITY_SOLD_DESCENDING

public static final ItemSortTypeCodeType QUANTITY_SOLD_DESCENDING
Sort by the number of items sold, in descending order.


BEST_OFFER_COUNT_DESCENDING

public static final ItemSortTypeCodeType BEST_OFFER_COUNT_DESCENDING
Sort items by the number of Best Offers on an item, in descending order.


QUANTITY_AVAILABLE_DESCENDING

public static final ItemSortTypeCodeType QUANTITY_AVAILABLE_DESCENDING
Sort items by the number there are available, in descending order.


QUANTITY_PURCHASED_DESCENDING

public static final ItemSortTypeCodeType QUANTITY_PURCHASED_DESCENDING
Sort items by the number that have been purchased, in descending order.


BEST_OFFER_DESCENDING

public static final ItemSortTypeCodeType BEST_OFFER_DESCENDING
Sort items with Best Offers last.


ITEM_ID_DESCENDING

public static final ItemSortTypeCodeType ITEM_ID_DESCENDING
Sort by Item ID (descending).


PRICE_DESCENDING

public static final ItemSortTypeCodeType PRICE_DESCENDING
Sort by price (descending).


START_PRICE_DESCENDING

public static final ItemSortTypeCodeType START_PRICE_DESCENDING
Sort by start price (descending).


TITLE_DESCENDING

public static final ItemSortTypeCodeType TITLE_DESCENDING
Sort by item title (descending).


BID_COUNT_DESCENDING

public static final ItemSortTypeCodeType BID_COUNT_DESCENDING
Sort by number of bids on the item (descending).


QUANTITY_DESCENDING

public static final ItemSortTypeCodeType QUANTITY_DESCENDING
Sort by the quantity of items sold (descending).


START_TIME_DESCENDING

public static final ItemSortTypeCodeType START_TIME_DESCENDING
Sort by listing start time (descending).


END_TIME_DESCENDING

public static final ItemSortTypeCodeType END_TIME_DESCENDING
Sort by listing end time (descending).


SELLER_USER_ID_DESCENDING

public static final ItemSortTypeCodeType SELLER_USER_ID_DESCENDING
Sort by seller user ID, in reverse alphabetical order.


TIME_LEFT_DESCENDING

public static final ItemSortTypeCodeType TIME_LEFT_DESCENDING
Sort by time left on the listing, in descending order: completed items, good-til-cancelled items, and active items.


WON_PLATFORM_DESCENDING

public static final ItemSortTypeCodeType WON_PLATFORM_DESCENDING
Sort by the platform on which the item was won.


SOLD_PLATFORM_DESCENDING

public static final ItemSortTypeCodeType SOLD_PLATFORM_DESCENDING
Sort by the platform on which the item was sold.


LEAD_COUNT

public static final ItemSortTypeCodeType LEAD_COUNT
Sort by the lead (emails) count (ascending).


NEW_LEAD_COUNT

public static final ItemSortTypeCodeType NEW_LEAD_COUNT
Sort by the new lead (new emails) count (ascending).


LEAD_COUNT_DESCENDING

public static final ItemSortTypeCodeType LEAD_COUNT_DESCENDING
Sort by the lead count (descending).


NEW_LEAD_COUNT_DESCENDING

public static final ItemSortTypeCodeType NEW_LEAD_COUNT_DESCENDING
Sort by the new contact count (descending).


CLASSIFIED_AD_PAY_PER_LEAD_FEE

public static final ItemSortTypeCodeType CLASSIFIED_AD_PAY_PER_LEAD_FEE
The pay-per-lead feature is no longer available, so this value is no longer applicable.


CLASSIFIED_AD_PAY_PER_LEAD_FEE_DESCENDING

public static final ItemSortTypeCodeType CLASSIFIED_AD_PAY_PER_LEAD_FEE_DESCENDING
The pay-per-lead feature is no longer available, so this value is no longer applicable.


CUSTOM_CODE

public static final ItemSortTypeCodeType CUSTOM_CODE
Reserved for internal or future use.

Method Detail

values

public static ItemSortTypeCodeType[] 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 (ItemSortTypeCodeType c : ItemSortTypeCodeType.values())
    System.out.println(c);

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

valueOf

public static ItemSortTypeCodeType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static ItemSortTypeCodeType fromValue(java.lang.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.