|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.GetMyeBaySellingCall
public class GetMyeBaySellingCall
Wrapper class of the GetMyeBaySelling call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
ScheduledList
- Returns the list of items the user has scheduled to sell but whose listings have not yet opened. true
to return the default response set.
ActiveList
- Returns the list of items the user is actively selling (the currently active listings). true
to return the default response set.
SoldList
- Returns the list of items the user has sold.
true
to return the default response set.
UnsoldList
- Returns the list of items the user has listed, but whose listings
have ended without being sold.
true
to return the default response set.
BidList
- Return the list of active items on which there are bids.
DeletedFromSoldList
- Returns the list of items the user sold, and then deleted from
their My eBay page. Allowed values for DurationInDays are 0-90.
true
to return the default response set.
DeletedFromUnsoldList
- Returns the list of items the user either ended or did not sell, and
subsequently were deleted them from their My eBay page. Allowed
values for DurationInDays are 0-90.
true
to return the default response set.
SellingSummary
- Returns a summary of the user's buying activity.
HideVariations
- If true, the Variations node is omitted for all multi-variation listings in the response. If false, the Variations node is returned for all multi-variation listings in the response.
false
) may degrade the call's performance. Therefore, when this is false, you may need to reduce the total number of items you're requesting at once (by using other input fields, such as Pagination).
ReturnedSellingSummary
- Contains summary information about the items the user is selling.
ReturnedScheduledList
- Contains the items the user has scheduled for sale, but whose listings have
not yet started.
ReturnedActiveList
- Contains the items the user is selling that have active listings.
ReturnedSoldList
- Contains the items the user has sold.
ReturnedUnsoldList
- Contains the items whose listings have ended but that have not sold.
ReturnedSummary
- Contains summary information about the items the user is selling.
ReturnedBidList
- This container is no longer applicable to GetMyeBaySelling.
ReturnedDeletedFromSoldList
- Contains the items the seller has sold and deleted from My eBay.
ReturnedDeletedFromUnsoldList
- Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetMyeBaySellingCall()
Constructor. |
|
GetMyeBaySellingCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ItemListCustomizationType |
getActiveList()
Gets the GetMyeBaySellingRequestType.activeList. |
ItemListCustomizationType |
getBidList()
Gets the GetMyeBaySellingRequestType.bidList. |
ItemListCustomizationType |
getDeletedFromSoldList()
Gets the GetMyeBaySellingRequestType.deletedFromSoldList. |
ItemListCustomizationType |
getDeletedFromUnsoldList()
Gets the GetMyeBaySellingRequestType.deletedFromUnsoldList. |
Boolean |
getHideVariations()
Gets the GetMyeBaySellingRequestType.hideVariations. |
void |
getMyeBaySelling()
Retrieves information regarding the user's selling activity, such as items that the user is currently selling (the Active list), items that have bids, sold items, and unsold items. |
GetMyeBaySellingRequestType |
getMyeBaySellingRequest()
Gets the GetMyeBaySellingRequestType.myeBaySellingRequest. |
PaginatedItemArrayType |
getReturnedActiveList()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedBidList()
Valid after executing the API. |
PaginatedOrderTransactionArrayType |
getReturnedDeletedFromSoldList()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedDeletedFromUnsoldList()
Valid after executing the API. |
GetMyeBaySellingResponseType |
getReturnedMyeBaySellingResponse()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedScheduledList()
Valid after executing the API. |
SellingSummaryType |
getReturnedSellingSummary()
Valid after executing the API. |
PaginatedOrderTransactionArrayType |
getReturnedSoldList()
Valid after executing the API. |
MyeBaySellingSummaryType |
getReturnedSummary()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedUnsoldList()
Valid after executing the API. |
ItemListCustomizationType |
getScheduledList()
Gets the GetMyeBaySellingRequestType.scheduledList. |
ItemListCustomizationType |
getSellingSummary()
Gets the GetMyeBaySellingRequestType.sellingSummary. |
ItemListCustomizationType |
getSoldList()
Gets the GetMyeBaySellingRequestType.soldList. |
ItemListCustomizationType |
getUnsoldList()
Gets the GetMyeBaySellingRequestType.unsoldList. |
void |
setActiveList(ItemListCustomizationType activeList)
Sets the GetMyeBaySellingRequestType.activeList. |
void |
setBidList(ItemListCustomizationType bidList)
Sets the GetMyeBaySellingRequestType.bidList. |
void |
setDeletedFromSoldList(ItemListCustomizationType deletedFromSoldList)
Sets the GetMyeBaySellingRequestType.deletedFromSoldList. |
void |
setDeletedFromUnsoldList(ItemListCustomizationType deletedFromUnsoldList)
Sets the GetMyeBaySellingRequestType.deletedFromUnsoldList. |
void |
setHideVariations(Boolean hideVariations)
Sets the GetMyeBaySellingRequestType.hideVariations. |
void |
setMyeBaySellingRequest(GetMyeBaySellingRequestType myeBaySellingRequest)
Sets the GetMyeBaySellingRequestType.myeBaySellingRequest. |
void |
setScheduledList(ItemListCustomizationType scheduledList)
Sets the GetMyeBaySellingRequestType.scheduledList. |
void |
setSellingSummary(ItemListCustomizationType sellingSummary)
Sets the GetMyeBaySellingRequestType.sellingSummary. |
void |
setSoldList(ItemListCustomizationType soldList)
Sets the GetMyeBaySellingRequestType.soldList. |
void |
setUnsoldList(ItemListCustomizationType unsoldList)
Sets the GetMyeBaySellingRequestType.unsoldList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMyeBaySellingCall()
public GetMyeBaySellingCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getMyeBaySelling() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public GetMyeBaySellingRequestType getMyeBaySellingRequest()
public void setMyeBaySellingRequest(GetMyeBaySellingRequestType myeBaySellingRequest)
myeBaySellingRequest
- GetMyeBaySellingRequestTypepublic ItemListCustomizationType getActiveList()
public void setActiveList(ItemListCustomizationType activeList)
activeList
- ItemListCustomizationTypepublic ItemListCustomizationType getBidList()
public void setBidList(ItemListCustomizationType bidList)
bidList
- ItemListCustomizationTypepublic ItemListCustomizationType getDeletedFromSoldList()
public void setDeletedFromSoldList(ItemListCustomizationType deletedFromSoldList)
deletedFromSoldList
- ItemListCustomizationTypepublic ItemListCustomizationType getDeletedFromUnsoldList()
public void setDeletedFromUnsoldList(ItemListCustomizationType deletedFromUnsoldList)
deletedFromUnsoldList
- ItemListCustomizationTypepublic Boolean getHideVariations()
public void setHideVariations(Boolean hideVariations)
hideVariations
- Booleanpublic ItemListCustomizationType getScheduledList()
public void setScheduledList(ItemListCustomizationType scheduledList)
scheduledList
- ItemListCustomizationTypepublic ItemListCustomizationType getSellingSummary()
public void setSellingSummary(ItemListCustomizationType sellingSummary)
sellingSummary
- ItemListCustomizationTypepublic ItemListCustomizationType getSoldList()
public void setSoldList(ItemListCustomizationType soldList)
soldList
- ItemListCustomizationTypepublic ItemListCustomizationType getUnsoldList()
public void setUnsoldList(ItemListCustomizationType unsoldList)
unsoldList
- ItemListCustomizationTypepublic GetMyeBaySellingResponseType getReturnedMyeBaySellingResponse()
public PaginatedItemArrayType getReturnedActiveList()
public PaginatedItemArrayType getReturnedBidList()
public PaginatedOrderTransactionArrayType getReturnedDeletedFromSoldList()
public PaginatedItemArrayType getReturnedDeletedFromUnsoldList()
public PaginatedItemArrayType getReturnedScheduledList()
public SellingSummaryType getReturnedSellingSummary()
public PaginatedOrderTransactionArrayType getReturnedSoldList()
public MyeBaySellingSummaryType getReturnedSummary()
public PaginatedItemArrayType getReturnedUnsoldList()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | 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.