|
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.AddToItemDescriptionCall
public class AddToItemDescriptionCall
Wrapper class of the AddToItemDescription 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.
ItemID - Unique item ID that identifies the target item listing, the description
of which is appended with the text specified in Description.
Description - Specifies the text to append to the end of the listings description.
Text appended to a listing's description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.
| Field Summary |
|---|
| Fields inherited from class com.ebay.sdk.ApiCall |
|---|
apiException, fullCredentials, sendReqListeners |
| Constructor Summary | |
|---|---|
AddToItemDescriptionCall()
Constructor. |
|
AddToItemDescriptionCall(ApiContext apiContext)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addToItemDescription()
Appends a horizontal rule, then a message about what time the addition was made by the seller, and then the seller-specified text. |
String |
getDescription()
Gets the AddToItemDescriptionRequestType.description. |
ItemIDType |
getItemID()
Gets the AddToItemDescriptionRequestType.itemID. |
void |
setDescription(String description)
Sets the AddToItemDescriptionRequestType.description. |
void |
setItemID(ItemIDType itemID)
Sets the AddToItemDescriptionRequestType.itemID. |
| 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 AddToItemDescriptionCall()
public AddToItemDescriptionCall(ApiContext apiContext)
apiContext - The ApiContext object to be used to make the call.| Method Detail |
|---|
public void addToItemDescription()
throws ApiException,
SdkException,
Exception
ApiException
SdkException
Exceptionpublic String getDescription()
public void setDescription(String description)
description - Stringpublic ItemIDType getItemID()
public void setItemID(ItemIDType itemID)
itemID - ItemIDType
|
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.