|
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.ApproveLiveAuctionBiddersCall
public class ApproveLiveAuctionBiddersCall
Wrapper class of the ApproveLiveAuctionBidders call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2007
Company: eBay Inc.
UserCatalogID - Number that identifies the seller's eBay Live Auctions catalog for which
they want to set bidding limits and approve or decline bidders.
BidApproval - Approval details for a specific set of bidders.
ApproveAllPending - This will approve all bidders in the catalog in the pending status only.
This is an optional field. If provided and set to true, do not send BidApproval.
AllApprovedBiddingLimit - This is the amount that bidders are beings approved for.
This is required if user has set ApproveAllPending to true.
It only applies to bidder requests that are in pending status.
ReturnedBidderUpdateStatus - Contains the results of the request for each item.
Mulitple bidders can be approved with one call.
| Field Summary |
|---|
| Fields inherited from class com.ebay.sdk.ApiCall |
|---|
apiException, fullCredentials, sendReqListeners |
| Constructor Summary | |
|---|---|
ApproveLiveAuctionBiddersCall()
Constructor. |
|
ApproveLiveAuctionBiddersCall(ApiContext apiContext)
Constructor. |
|
| Method Summary | |
|---|---|
LiveAuctionApprovalStatusArrayType |
approveLiveAuctionBidders()
Provides Live Auction sellers with the ability to approve, decline, and set the bidding limit of the bidders that have signed up for a catalog. |
AmountType |
getAllApprovedBiddingLimit()
Gets the ApproveLiveAuctionBiddersRequestType.allApprovedBiddingLimit. |
Boolean |
getApproveAllPending()
Gets the ApproveLiveAuctionBiddersRequestType.approveAllPending. |
BidApprovalArrayType |
getBidApproval()
Gets the ApproveLiveAuctionBiddersRequestType.bidApproval. |
LiveAuctionApprovalStatusArrayType |
getReturnedBidderUpdateStatus()
Valid after executing the API. |
Integer |
getUserCatalogID()
Gets the ApproveLiveAuctionBiddersRequestType.userCatalogID. |
void |
setAllApprovedBiddingLimit(AmountType allApprovedBiddingLimit)
Sets the ApproveLiveAuctionBiddersRequestType.allApprovedBiddingLimit. |
void |
setApproveAllPending(Boolean approveAllPending)
Sets the ApproveLiveAuctionBiddersRequestType.approveAllPending. |
void |
setBidApproval(BidApprovalArrayType bidApproval)
Sets the ApproveLiveAuctionBiddersRequestType.bidApproval. |
void |
setUserCatalogID(Integer userCatalogID)
Sets the ApproveLiveAuctionBiddersRequestType.userCatalogID. |
| Methods inherited from class com.ebay.sdk.ApiCall |
|---|
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getCallRetry, getDetailLevel, getEnableCompression, getRequestXml, getResponseObject, getResponseXml, getSite, hasError, hasWarning, removeSendRequestListener, setApiContext, setCallRetry, setDetailLevel, setEnableCompression, setSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApproveLiveAuctionBiddersCall()
public ApproveLiveAuctionBiddersCall(ApiContext apiContext)
apiContext - The ApiContext object to be used to make the call.| Method Detail |
|---|
public LiveAuctionApprovalStatusArrayType approveLiveAuctionBidders()
throws ApiException,
SdkException,
Exception
ApiException
SdkException
Exceptionpublic AmountType getAllApprovedBiddingLimit()
public void setAllApprovedBiddingLimit(AmountType allApprovedBiddingLimit)
allApprovedBiddingLimit - AmountTypepublic Boolean getApproveAllPending()
public void setApproveAllPending(Boolean approveAllPending)
approveAllPending - Booleanpublic BidApprovalArrayType getBidApproval()
public void setBidApproval(BidApprovalArrayType bidApproval)
bidApproval - BidApprovalArrayTypepublic Integer getUserCatalogID()
public void setUserCatalogID(Integer userCatalogID)
userCatalogID - Integerpublic LiveAuctionApprovalStatusArrayType getReturnedBidderUpdateStatus()
|
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-2006 eBay Inc. All rights reserved.