Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.SortOrderCodeType

Packages that use SortOrderCodeType
com.ebay.sdk.call   
com.ebay.soap.eBLBaseComponents   
 

Uses of SortOrderCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return SortOrderCodeType
 SortOrderCodeType GetOrdersCall.getSortingOrder()
          Gets the GetOrdersRequestType.sortingOrder.
 SortOrderCodeType GetSellingManagerSoldListingsCall.getSortOrder()
          Gets the GetSellingManagerSoldListingsRequestType.sortOrder.
 SortOrderCodeType GetSellingManagerInventoryCall.getSortOrder()
          Gets the GetSellingManagerInventoryRequestType.sortOrder.
 

Methods in com.ebay.sdk.call with parameters of type SortOrderCodeType
 void GetOrdersCall.setSortingOrder(SortOrderCodeType sortingOrder)
          Sets the GetOrdersRequestType.sortingOrder.
 void GetSellingManagerSoldListingsCall.setSortOrder(SortOrderCodeType sortOrder)
          Sets the GetSellingManagerSoldListingsRequestType.sortOrder.
 void GetSellingManagerInventoryCall.setSortOrder(SortOrderCodeType sortOrder)
          Sets the GetSellingManagerInventoryRequestType.sortOrder.
 

Uses of SortOrderCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as SortOrderCodeType
protected  SortOrderCodeType MyeBaySelectionType.sort
           
protected  SortOrderCodeType GetOrdersRequestType.sortingOrder
           
protected  SortOrderCodeType MyeBayFavoriteSearchType.sortOrder
           
protected  SortOrderCodeType GetSellingManagerSoldListingsRequestType.sortOrder
           
protected  SortOrderCodeType GetSellingManagerInventoryRequestType.sortOrder
           
protected  SortOrderCodeType CharacteristicType.sortOrder
           
 

Methods in com.ebay.soap.eBLBaseComponents that return SortOrderCodeType
static SortOrderCodeType SortOrderCodeType.fromValue(java.lang.String v)
           
 SortOrderCodeType MyeBaySelectionType.getSort()
          Gets the value of the sort property.
 SortOrderCodeType GetOrdersRequestType.getSortingOrder()
          Gets the value of the sortingOrder property.
 SortOrderCodeType MyeBayFavoriteSearchType.getSortOrder()
          Gets the value of the sortOrder property.
 SortOrderCodeType GetSellingManagerSoldListingsRequestType.getSortOrder()
          Gets the value of the sortOrder property.
 SortOrderCodeType GetSellingManagerInventoryRequestType.getSortOrder()
          Gets the value of the sortOrder property.
 SortOrderCodeType CharacteristicType.getSortOrder()
          Gets the value of the sortOrder property.
static SortOrderCodeType SortOrderCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortOrderCodeType[] SortOrderCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type SortOrderCodeType
 void MyeBaySelectionType.setSort(SortOrderCodeType value)
          Sets the value of the sort property.
 void GetOrdersRequestType.setSortingOrder(SortOrderCodeType value)
          Sets the value of the sortingOrder property.
 void MyeBayFavoriteSearchType.setSortOrder(SortOrderCodeType value)
          Sets the value of the sortOrder property.
 void GetSellingManagerSoldListingsRequestType.setSortOrder(SortOrderCodeType value)
          Sets the value of the sortOrder property.
 void GetSellingManagerInventoryRequestType.setSortOrder(SortOrderCodeType value)
          Sets the value of the sortOrder property.
 void CharacteristicType.setSortOrder(SortOrderCodeType value)
          Sets the value of the sortOrder property.
 


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.