Changes since
the last release

com.ebay.sdk.call
Class AddMemberMessageRTQCall

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

public class AddMemberMessageRTQCall
extends ApiCall

Wrapper class of the AddMemberMessageRTQ 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 - The unique identifier of the listing about which the question was asked. This field is not required if the request includes a RecipientID value in the MemberMessage container, and the bidder/potential buyer and seller do not have more than one listing in common between one another.
Input property: MemberMessage - This container is used by the seller to answer the question from the bidder/potential buyer. This container includes the recipient ID of the bidder/potential buyer, the message subject, the message body (where the question is answered), and other values related to the message.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
AddMemberMessageRTQCall()
          Constructor.
AddMemberMessageRTQCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 void addMemberMessageRTQ()
          The base request of the AddMemberMessageRTQ call that enables a seller to reply to a question about an active item listing.
 java.lang.String getItemID()
          Gets the AddMemberMessageRTQRequestType.itemID.
 MemberMessageType getMemberMessage()
          Gets the AddMemberMessageRTQRequestType.memberMessage.
 void setItemID(java.lang.String itemID)
          Sets the AddMemberMessageRTQRequestType.itemID.
 void setMemberMessage(MemberMessageType memberMessage)
          Sets the AddMemberMessageRTQRequestType.memberMessage.
 
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

AddMemberMessageRTQCall

public AddMemberMessageRTQCall()
Constructor.


AddMemberMessageRTQCall

public AddMemberMessageRTQCall(ApiContext apiContext)
Constructor.

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

addMemberMessageRTQ

public void addMemberMessageRTQ()
                         throws ApiException,
                                SdkException,
                                java.lang.Exception
The base request of the AddMemberMessageRTQ call that enables a seller to reply to a question about an active item listing.

Throws:
ApiException
SdkException
java.lang.Exception

getItemID

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

Returns:
String

setItemID

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

Parameters:
itemID - String

getMemberMessage

public MemberMessageType getMemberMessage()
Gets the AddMemberMessageRTQRequestType.memberMessage.

Returns:
MemberMessageType

setMemberMessage

public void setMemberMessage(MemberMessageType memberMessage)
Sets the AddMemberMessageRTQRequestType.memberMessage.

Parameters:
memberMessage - MemberMessageType

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.