|
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
- Include this container and set the ScheduledList.Include field to true
to return the list of items that are scheduled to become active listings on eBay.com at a future date/time.
ActiveList
- Include this container and set the ActiveList.Include field to true
to return the list of active listings on eBay.com.
SoldList
- Include this container and set the SoldList.Include field to true
to return the list of sold order line items.
UnsoldList
- Include this container and set the UnsoldList.Include field to true
to return the listings that have ended without a purchase.
BidList
- This container is deprecated as a Bid List is no longer returned in GetMyeBaySelling.
DeletedFromSoldList
- Include this container and set the DeletedFromSoldList.Include field to true
to return the list of sold order line items that have since been deleted from the seller's My eBay page.
DeletedFromUnsoldList
- Include this container and set the DeletedFromUnsoldList.Include field to true
to return the list of unsold order line items that have since been deleted from the seller's My eBay page.
SellingSummary
- Include this container and set the SellingSummary.Include field to true
to return the SellingSummary container in the response. The SellingSummary container consists of selling activity counts and values.
HideVariations
- If this field is included and set to true
, the Variations node (and all variation data) is omitted for all multiple-variation listings in the response. If this field is omitted or set to false
, the Variations node is returned for all multiple-variation listings in the response.
ReturnedSellingSummary
- This container consists of seller activity counts and values. For this container to be returned, the user must include the SellingSummary.Include field in the request and set its value to true
.
ReturnedScheduledList
- This container consists of the items that are scheduled to become active at a future date/time. This container will be returned if the eBay user has one or more listings scheduled to become active at a future date/time.
ReturnSummary
and the ScheduledList.Include field is omitted or set to false
.
ReturnedActiveList
- This container consists of active listings. This container will be returned if the eBay user has one or more active listings on eBay.com.
ReturnSummary
and the ActiveList.Include field is omitted or set to false
.
ReturnedSoldList
- This container consists of order line items that have been sold. This container will be returned if the eBay user has one or more listings that have had recent sales.
ReturnSummary
and the SoldList.Include field is omitted or set to false
.
ReturnedUnsoldList
- This container consists of listings that have ended without sales. This container will be returned if the eBay user has one or more listings that have ended without sales.
ReturnSummary
and the UnsoldList.Include field is omitted or set to false
.
ReturnedSummary
- This container consists of seller activity counts and values. This container is always returned if there has been recent sell activity.
ReturnedBidList
- This container is no longer applicable to GetMyeBaySelling.
ReturnedDeletedFromSoldList
- This container consists of listings that have had sales but have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.
ReturnSummary
and the DeletedFromSoldList.Include field is omitted or set to false
.
ReturnedDeletedFromUnsoldList
- This container consists of listings that have ended without sales and have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.
ReturnSummary
and the DeletedFromSoldList.Include field is omitted or set to false
.
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. |
java.lang.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), auction listings 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(java.lang.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, java.lang.Exception
ApiException
SdkException
java.lang.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 java.lang.Boolean getHideVariations()
public void setHideVariations(java.lang.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.