|
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.GetMyeBayBuyingCall
public class GetMyeBayBuyingCall
Wrapper class of the GetMyeBayBuying 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.
WatchList
- Returns the list of items being watched by the user.
BidList
- Returns the list of items on which the user has bid.
BestOfferList
- Returns the list of items on which the user has placed Best Offers.
WonList
- Returns the list of items on which the use has bid.
LostList
- Returns the list of items on which the user has bid on and lost.
FavoriteSearches
- Returns the list of searches that the user has saved in My eBay. Returned
only if the user has saved searches.
FavoriteSellers
- Returns the list of favorite sellers that the user has saved in My eBay.
Returned only if the user has saved a list of favorite sellers.
SecondChanceOffer
- Returns the list of Second Chance Offers made by the user. Returned only
if the user has made Second Chance Offers.
BidAssistantList
- This field is deprecated.
DeletedFromWonList
- Returns the list of items the user has won, and subsequently deleted from
their My eBay page.
DeletedFromLostList
- Returns the list of items (auctions) the user did not win and were
subsequently deleted from their My eBay page.
BuyingSummary
- Returns a summary of the user's buying activity.
true
to the request.
UserDefinedLists
- Returns the user defined lists, which are lists created by the user in the eBay
UI and filled with items, or sellers, or searches using the
"Add to List" feature.
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. ReturnedBuyingSummary
- Contains a summary of the items the user has bid on. Returned at all detail
levels.
ReturnedWatchList
- Contains the items the user is watching. Only returned if items exist that
meet the request criteria.
ReturnedBidList
- Contains all the items the buyer has bid on.
Only returned if items exist that meet the request criteria.
ReturnedBestOfferList
- Contains the items the user has placed Best Offers on. Only returned if
items exist that meet the request criteria.
ReturnedWonList
- Contains the items the user has bid on and won. Only returned if items
exist that meet the request criteria.
ReturnedLostList
- Contains the items the user has bid on and lost. Only returned if items
exist that meet the request criteria.
ReturnedFavoriteSearches
- Contains a list of the user's favorite searches. Only returned if the
user has Favorite Searches. The search name, search query, and search
elements, such as QueryKeywords, SortOrder, and Condition are returned.
ReturnedFavoriteSellers
- Contains a list of the user's favorite sellers. Only returned if items
exist that meet the request criteria.
ReturnedSecondChanceOffer
- Contains the list of Second Chance Offers the user has received. Only
returned if items exist that meet the request criteria.
ReturnedBidAssistantList
- This field is deprecated.
ReturnedDeletedFromWonList
- Contains the items the buyer has bid on, won, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
ReturnedDeletedFromLostList
- Contains the items the buyer has bid on, lost, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
ReturnedUserDefinedList
- Contains the items, searches, or sellers that the user has saved to this
list using the "Add to list" feature. The name of the list is given by the
"Name" element. Returned only if UserDefineLists is specified in the request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetMyeBayBuyingCall()
Constructor. |
|
GetMyeBayBuyingCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ItemListCustomizationType |
getBestOfferList()
Gets the GetMyeBayBuyingRequestType.bestOfferList. |
BidAssistantListType |
getBidAssistantList()
Gets the GetMyeBayBuyingRequestType.bidAssistantList. |
ItemListCustomizationType |
getBidList()
Gets the GetMyeBayBuyingRequestType.bidList. |
ItemListCustomizationType |
getBuyingSummary()
Gets the GetMyeBayBuyingRequestType.buyingSummary. |
ItemListCustomizationType |
getDeletedFromLostList()
Gets the GetMyeBayBuyingRequestType.deletedFromLostList. |
ItemListCustomizationType |
getDeletedFromWonList()
Gets the GetMyeBayBuyingRequestType.deletedFromWonList. |
MyeBaySelectionType |
getFavoriteSearches()
Gets the GetMyeBayBuyingRequestType.favoriteSearches. |
MyeBaySelectionType |
getFavoriteSellers()
Gets the GetMyeBayBuyingRequestType.favoriteSellers. |
Boolean |
getHideVariations()
Gets the GetMyeBayBuyingRequestType.hideVariations. |
ItemListCustomizationType |
getLostList()
Gets the GetMyeBayBuyingRequestType.lostList. |
void |
getMyeBayBuying()
Retrieves information regarding a user's buying activity, such as items they are watching, bidding on, have won, did not win, and have made Best Offers on. |
GetMyeBayBuyingRequestType |
getMyeBayBuyingRequest()
Gets the GetMyeBayBuyingRequestType.myeBayBuyingRequest. |
PaginatedItemArrayType |
getReturnedBestOfferList()
Valid after executing the API. |
BidGroupArrayType |
getReturnedBidAssistantList()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedBidList()
Valid after executing the API. |
BuyingSummaryType |
getReturnedBuyingSummary()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedDeletedFromLostList()
Valid after executing the API. |
PaginatedOrderTransactionArrayType |
getReturnedDeletedFromWonList()
Valid after executing the API. |
MyeBayFavoriteSearchListType |
getReturnedFavoriteSearches()
Valid after executing the API. |
MyeBayFavoriteSellerListType |
getReturnedFavoriteSellers()
Valid after executing the API. |
GetMyeBayBuyingResponseType |
getReturnedGetMyeBayBuyingResponse()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedLostList()
Valid after executing the API. |
ItemType[] |
getReturnedSecondChanceOffer()
Valid after executing the API. |
UserDefinedListType[] |
getReturnedUserDefinedList()
Valid after executing the API. |
PaginatedItemArrayType |
getReturnedWatchList()
Valid after executing the API. |
PaginatedOrderTransactionArrayType |
getReturnedWonList()
Valid after executing the API. |
MyeBaySelectionType |
getSecondChanceOffer()
Gets the GetMyeBayBuyingRequestType.secondChanceOffer. |
MyeBaySelectionType |
getUserDefinedLists()
Gets the GetMyeBayBuyingRequestType.userDefinedLists. |
ItemListCustomizationType |
getWatchList()
Gets the GetMyeBayBuyingRequestType.watchList. |
ItemListCustomizationType |
getWonList()
Gets the GetMyeBayBuyingRequestType.wonList. |
void |
setBestOfferList(ItemListCustomizationType bestOfferList)
Sets the GetMyeBayBuyingRequestType.bestOfferList. |
void |
setBidAssistantList(BidAssistantListType bidAssistantList)
Sets the GetMyeBayBuyingRequestType.bidAssistantList. |
void |
setBidList(ItemListCustomizationType bidList)
Sets the GetMyeBayBuyingRequestType.bidList. |
void |
setBuyingSummary(ItemListCustomizationType buyingSummary)
Sets the GetMyeBayBuyingRequestType.buyingSummary. |
void |
setDeletedFromLostList(ItemListCustomizationType deletedFromLostList)
Sets the GetMyeBayBuyingRequestType.deletedFromLostList. |
void |
setDeletedFromWonList(ItemListCustomizationType deletedFromWonList)
Sets the GetMyeBayBuyingRequestType.deletedFromWonList. |
void |
setFavoriteSearches(MyeBaySelectionType favoriteSearches)
Sets the GetMyeBayBuyingRequestType.favoriteSearches. |
void |
setFavoriteSellers(MyeBaySelectionType favoriteSellers)
Sets the GetMyeBayBuyingRequestType.favoriteSellers. |
void |
setHideVariations(Boolean hideVariations)
Sets the GetMyeBayBuyingRequestType.hideVariations. |
void |
setLostList(ItemListCustomizationType lostList)
Sets the GetMyeBayBuyingRequestType.lostList. |
void |
setMyeBayBuyingRequest(GetMyeBayBuyingRequestType myeBayBuyingRequest)
Sets the GetMyeBayBuyingRequestType.myeBayBuyingRequest. |
void |
setSecondChanceOffer(MyeBaySelectionType secondChanceOffer)
Sets the GetMyeBayBuyingRequestType.secondChanceOffer. |
void |
setUserDefinedLists(MyeBaySelectionType userDefinedLists)
Sets the GetMyeBayBuyingRequestType.userDefinedLists. |
void |
setWatchList(ItemListCustomizationType watchList)
Sets the GetMyeBayBuyingRequestType.watchList. |
void |
setWonList(ItemListCustomizationType wonList)
Sets the GetMyeBayBuyingRequestType.wonList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMyeBayBuyingCall()
public GetMyeBayBuyingCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getMyeBayBuying() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public GetMyeBayBuyingRequestType getMyeBayBuyingRequest()
public void setMyeBayBuyingRequest(GetMyeBayBuyingRequestType myeBayBuyingRequest)
myeBayBuyingRequest
- GetMyeBayBuyingRequestTypepublic ItemListCustomizationType getBestOfferList()
public void setBestOfferList(ItemListCustomizationType bestOfferList)
bestOfferList
- ItemListCustomizationTypepublic BidAssistantListType getBidAssistantList()
public void setBidAssistantList(BidAssistantListType bidAssistantList)
bidAssistantList
- BidAssistantListTypepublic ItemListCustomizationType getBidList()
public void setBidList(ItemListCustomizationType bidList)
bidList
- ItemListCustomizationTypepublic ItemListCustomizationType getBuyingSummary()
public void setBuyingSummary(ItemListCustomizationType buyingSummary)
buyingSummary
- ItemListCustomizationTypepublic ItemListCustomizationType getDeletedFromLostList()
public void setDeletedFromLostList(ItemListCustomizationType deletedFromLostList)
deletedFromLostList
- ItemListCustomizationTypepublic ItemListCustomizationType getDeletedFromWonList()
public void setDeletedFromWonList(ItemListCustomizationType deletedFromWonList)
deletedFromWonList
- ItemListCustomizationTypepublic MyeBaySelectionType getFavoriteSearches()
public void setFavoriteSearches(MyeBaySelectionType favoriteSearches)
favoriteSearches
- MyeBaySelectionTypepublic MyeBaySelectionType getFavoriteSellers()
public void setFavoriteSellers(MyeBaySelectionType favoriteSellers)
favoriteSellers
- MyeBaySelectionTypepublic Boolean getHideVariations()
public void setHideVariations(Boolean hideVariations)
hideVariations
- Booleanpublic ItemListCustomizationType getLostList()
public void setLostList(ItemListCustomizationType lostList)
lostList
- ItemListCustomizationTypepublic MyeBaySelectionType getSecondChanceOffer()
public void setSecondChanceOffer(MyeBaySelectionType secondChanceOffer)
secondChanceOffer
- MyeBaySelectionTypepublic MyeBaySelectionType getUserDefinedLists()
public void setUserDefinedLists(MyeBaySelectionType userDefinedLists)
userDefinedLists
- MyeBaySelectionTypepublic ItemListCustomizationType getWatchList()
public void setWatchList(ItemListCustomizationType watchList)
watchList
- ItemListCustomizationTypepublic ItemListCustomizationType getWonList()
public void setWonList(ItemListCustomizationType wonList)
wonList
- ItemListCustomizationTypepublic GetMyeBayBuyingResponseType getReturnedGetMyeBayBuyingResponse()
public PaginatedItemArrayType getReturnedBestOfferList()
public BidGroupArrayType getReturnedBidAssistantList()
public PaginatedItemArrayType getReturnedBidList()
public BuyingSummaryType getReturnedBuyingSummary()
public PaginatedItemArrayType getReturnedDeletedFromLostList()
public PaginatedOrderTransactionArrayType getReturnedDeletedFromWonList()
public MyeBayFavoriteSearchListType getReturnedFavoriteSearches()
public MyeBayFavoriteSellerListType getReturnedFavoriteSellers()
public PaginatedItemArrayType getReturnedLostList()
public ItemType[] getReturnedSecondChanceOffer()
public UserDefinedListType[] getReturnedUserDefinedList()
public PaginatedItemArrayType getReturnedWatchList()
public PaginatedOrderTransactionArrayType getReturnedWonList()
|
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.