|
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) 2009
Company: eBay Inc.
ItemID
- This field is used to identify the active listing that will be updated with additional text in the item description field. The Item ID is a unique identifier for a listing.
Description
- This field is used to specify the text that will be appended to the end of the active listing's item description.
The text provided in this field must abide by the same rules/restrictions
applicable to the original item description supplied at listing time. For more information on these rules and restrictions, see the Description field of ItemType.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
AddToItemDescriptionCall()
Constructor. |
|
AddToItemDescriptionCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
void |
addToItemDescription()
The base request of the AddToItemDescription call, which is used to add additional text to an active listing's item description. |
String |
getDescription()
Gets the AddToItemDescriptionRequestType.description. |
String |
getItemID()
Gets the AddToItemDescriptionRequestType.itemID. |
void |
setDescription(String description)
Sets the AddToItemDescriptionRequestType.description. |
void |
setItemID(String itemID)
Sets the AddToItemDescriptionRequestType.itemID. |
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
Exception
public String getDescription()
public void setDescription(String description)
description
- Stringpublic String getItemID()
public void setItemID(String itemID)
itemID
- String
|
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.