|
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.EndItemCall
public class EndItemCall
Wrapper class of the EndItem 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
- Unique item ID that identifies the listing that you want to end.
EndingReason
- The seller's reason for ending the listing early is input into this required field. The seller is not allowed to use the ProductDeleted
value, as this ending reason can only be used internally by eBay to administratively end a listing due to the associated Catalog product being removed from the eBay Catalog.
SellerInventoryID
- This field was previously only used to identify and end Half.com listings, and since the Half.com site has been shut down, this element is no longer applicable.
ReturnedEndTime
- This timestamp indicates the date and time (returned in GMT) when the specified eBay listing was ended.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
EndItemCall()
Constructor. |
|
EndItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.util.Calendar |
endItem()
Ends the specified item listing before the date and time at which it would normally end per the listing duration. |
EndReasonCodeType |
getEndingReason()
Gets the EndItemRequestType.endingReason. |
java.lang.String |
getItemID()
Gets the EndItemRequestType.itemID. |
java.util.Calendar |
getReturnedEndTime()
Valid after executing the API. |
java.lang.String |
getSellerInventoryID()
Gets the EndItemRequestType.sellerInventoryID. |
void |
setEndingReason(EndReasonCodeType endingReason)
Sets the EndItemRequestType.endingReason. |
void |
setItemID(java.lang.String itemID)
Sets the EndItemRequestType.itemID. |
void |
setSellerInventoryID(java.lang.String sellerInventoryID)
Sets the EndItemRequestType.sellerInventoryID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndItemCall()
public EndItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public java.util.Calendar endItem() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public EndReasonCodeType getEndingReason()
public void setEndingReason(EndReasonCodeType endingReason)
endingReason
- EndReasonCodeTypepublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getSellerInventoryID()
public void setSellerInventoryID(java.lang.String sellerInventoryID)
sellerInventoryID
- Stringpublic java.util.Calendar getReturnedEndTime()
|
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.