|
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.GetAllBiddersCall
public class GetAllBiddersCall
Wrapper class of the GetAllBidders 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.
ItemID
- This is the unique identifier of the auction listing for which bidders are being retrieved. This auction listing can be active or recently ended. However, to retrieve bidders for an active auction listing, the only CallMode enumeration value that can be used is ViewAll
.
CallMode
- The enumeration value that is passed into this field will control the set of bidders that will be retrieved in the response. To retrieve bidders from a recently-ended auction listing, any of the three values can be used. To retrieve bidders for an active auction listing, only the ViewAll
enumeration value can be used. These values are discussed in GetAllBiddersModeCodeType.
IncludeBiddingSummary
- The user must include this field and set its value to true
if the user wishes to retrieve the BiddingSummary container for each bidder. The BiddingSummary container consists of more detailed bidding information on each bidder.
ReturnedBidArray
- This container consists of an array of bids made on the specified auction listing. Each OfferType object represents the data for one bid.
ReturnedHighBidder
- The eBay user ID for the user with the winning bid (if auction has ended) or current highest bid (if auction is still active). The seller should take note of or save this User ID as this user may be a a Second Chance Offer candidate.
ReturnedHighestBid
- This is the dollar amount of the winning bid (if auction has ended) or dollar amount of the current highest bid (if auction is still active).
ReturnedListingStatus
- This enumeration value indicates the listing status of the specified listing.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetAllBiddersCall()
Constructor. |
|
GetAllBiddersCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
OfferType[] |
getAllBidders()
This is the base request type for the GetAllBidders call, which is used to retrieve bidders from an active or recently-ended auction listing. |
GetAllBiddersModeCodeType |
getCallMode()
Gets the GetAllBiddersRequestType.callMode. |
java.lang.Boolean |
getIncludeBiddingSummary()
Gets the GetAllBiddersRequestType.includeBiddingSummary. |
java.lang.String |
getItemID()
Gets the GetAllBiddersRequestType.itemID. |
OfferType[] |
getReturnedBidArray()
Valid after executing the API. |
java.lang.String |
getReturnedHighBidder()
Valid after executing the API. |
AmountType |
getReturnedHighestBid()
Valid after executing the API. |
ListingStatusCodeType |
getReturnedListingStatus()
Valid after executing the API. |
void |
setCallMode(GetAllBiddersModeCodeType callMode)
Sets the GetAllBiddersRequestType.callMode. |
void |
setIncludeBiddingSummary(java.lang.Boolean includeBiddingSummary)
Sets the GetAllBiddersRequestType.includeBiddingSummary. |
void |
setItemID(java.lang.String itemID)
Sets the GetAllBiddersRequestType.itemID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetAllBiddersCall()
public GetAllBiddersCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public OfferType[] getAllBidders() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public GetAllBiddersModeCodeType getCallMode()
public void setCallMode(GetAllBiddersModeCodeType callMode)
callMode
- GetAllBiddersModeCodeTypepublic java.lang.Boolean getIncludeBiddingSummary()
public void setIncludeBiddingSummary(java.lang.Boolean includeBiddingSummary)
includeBiddingSummary
- Booleanpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic OfferType[] getReturnedBidArray()
public java.lang.String getReturnedHighBidder()
public AmountType getReturnedHighestBid()
public ListingStatusCodeType getReturnedListingStatus()
|
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.