Changes since
the last release

com.ebay.sdk.call
Class AddToItemDescriptionCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.AddToItemDescriptionCall

public class AddToItemDescriptionCall
extends ApiCall

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.


Input property: 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.
Input property: 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.

Version:
1.0
Author:
Ron Murphy

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.
 java.lang.String getDescription()
          Gets the AddToItemDescriptionRequestType.description.
 java.lang.String getItemID()
          Gets the AddToItemDescriptionRequestType.itemID.
 void setDescription(java.lang.String description)
          Sets the AddToItemDescriptionRequestType.description.
 void setItemID(java.lang.String itemID)
          Sets the AddToItemDescriptionRequestType.itemID.
 
Methods inherited from class com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, isEnableoAuthTokenHTTPHeader, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEnableoAuthTokenHTTPHeader, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToItemDescriptionCall

public AddToItemDescriptionCall()
Constructor.


AddToItemDescriptionCall

public AddToItemDescriptionCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

addToItemDescription

public void addToItemDescription()
                          throws ApiException,
                                 SdkException,
                                 java.lang.Exception
The base request of the AddToItemDescription call, which is used to add additional text to an active listing's item description. Upon a successful call, the text supplied in this call will be inserted into the active listing, with a horizontal rule separating the original item description and the additional text that was added with this call.

Throws:
ApiException
SdkException
java.lang.Exception

getDescription

public java.lang.String getDescription()
Gets the AddToItemDescriptionRequestType.description.

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Sets the AddToItemDescriptionRequestType.description.

Parameters:
description - String

getItemID

public java.lang.String getItemID()
Gets the AddToItemDescriptionRequestType.itemID.

Returns:
String

setItemID

public void setItemID(java.lang.String itemID)
Sets the AddToItemDescriptionRequestType.itemID.

Parameters:
itemID - String

Changes since
the last release

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.