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) 2007

Company: eBay Inc.


Input property: ItemID - Unique item ID that identifies the target item listing, the description of which is appended with the text specified in Description.
Input property: 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

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,
                                 Exception
Appends a horizontal rule, then a message about what time the addition was made by the seller, and then the seller-specified text.

Throws:
ApiException
SdkException
Exception

getDescription

public String getDescription()
Gets the AddToItemDescriptionRequestType.description.

Returns:
String

setDescription

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

Parameters:
description - String

getItemID

public ItemIDType getItemID()
Gets the AddToItemDescriptionRequestType.itemID.

Returns:
ItemIDType

setItemID

public void setItemID(ItemIDType itemID)
Sets the AddToItemDescriptionRequestType.itemID.

Parameters:
itemID - ItemIDType

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-2006 eBay Inc. All rights reserved.