|
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.AddMemberMessageRTQCall
public class AddMemberMessageRTQCall
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.
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.
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.
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. |
String |
getItemID()
Gets the AddMemberMessageRTQRequestType.itemID. |
MemberMessageType |
getMemberMessage()
Gets the AddMemberMessageRTQRequestType.memberMessage. |
void |
setItemID(String itemID)
Sets the AddMemberMessageRTQRequestType.itemID. |
void |
setMemberMessage(MemberMessageType memberMessage)
Sets the AddMemberMessageRTQRequestType.memberMessage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddMemberMessageRTQCall()
public AddMemberMessageRTQCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void addMemberMessageRTQ() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic MemberMessageType getMemberMessage()
public void setMemberMessage(MemberMessageType memberMessage)
memberMessage
- MemberMessageType
|
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.