Changes since
the last release

com.ebay.sdk.call
Class AddSellingManagerProductCall

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

public class AddSellingManagerProductCall
extends ApiCall

Wrapper class of the AddSellingManagerProduct 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: SellingManagerProductDetails - The details of the product that is being added.
Input property: FolderID - Unique Folder ID
Output property: ReturnedSellingManagerProductDetails - The details of the product.


Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
AddSellingManagerProductCall()
          Constructor.
AddSellingManagerProductCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 SellingManagerProductDetailsType addSellingManagerProduct()
          Adds a Selling Manager product.
 Long getFolderID()
          Gets the AddSellingManagerProductRequestType.folderID.
 SellingManagerProductDetailsType getReturnedSellingManagerProductDetails()
          Valid after executing the API.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the AddSellingManagerProductRequestType.sellingManagerProductDetails.
 void setFolderID(Long folderID)
          Sets the AddSellingManagerProductRequestType.folderID.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
          Sets the AddSellingManagerProductRequestType.sellingManagerProductDetails.
 
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, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, 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

AddSellingManagerProductCall

public AddSellingManagerProductCall()
Constructor.


AddSellingManagerProductCall

public AddSellingManagerProductCall(ApiContext apiContext)
Constructor.

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

addSellingManagerProduct

public SellingManagerProductDetailsType addSellingManagerProduct()
                                                          throws ApiException,
                                                                 SdkException,
                                                                 Exception
Adds a Selling Manager product. This call is unsupported and is for pilot participants only. This call is subject to change without notice; the deprecation process is inapplicable to this call. This call will be available for Open eBay participants, who are building applications related to Selling Manager, in 2009. For more information about Open eBay, please see http://developer.ebay.com/echo. More information about this call will be provided in 2009.

Returns:
The SellingManagerProductDetailsType object.
Throws:
ApiException
SdkException
Exception

getFolderID

public Long getFolderID()
Gets the AddSellingManagerProductRequestType.folderID.

Returns:
Long

setFolderID

public void setFolderID(Long folderID)
Sets the AddSellingManagerProductRequestType.folderID.

Parameters:
folderID - Long

getSellingManagerProductDetails

public SellingManagerProductDetailsType getSellingManagerProductDetails()
Gets the AddSellingManagerProductRequestType.sellingManagerProductDetails.

Returns:
SellingManagerProductDetailsType

setSellingManagerProductDetails

public void setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
Sets the AddSellingManagerProductRequestType.sellingManagerProductDetails.

Parameters:
sellingManagerProductDetails - SellingManagerProductDetailsType

getReturnedSellingManagerProductDetails

public SellingManagerProductDetailsType getReturnedSellingManagerProductDetails()
Valid after executing the API. Gets the returned AddSellingManagerProductResponseType.returnedSellingManagerProductDetails.

Returns:
SellingManagerProductDetailsType

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.