|
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.RespondToFeedbackCall
public class RespondToFeedbackCall
Wrapper class of the RespondToFeedback 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.
FeedbackID
- A unique identifier for a Feedback record. Buying and selling partners
leave feedback for one another after the completion of an order.
Feedback is left at the order line item level, so a
Feedback comment for each order line item in a Combined Payment order is
expected from the buyer and seller. A unique FeedbackID is created
whenever a buyer leaves feedback for a seller, and vice versa. A
FeedbackID is created by eBay when feedback is left through the eBay
site, or through the LeaveFeedback call. FeedbackIDs can be retrieved
with the GetFeedback call. In the RespondToFeedback call, FeedbackID can
be used as an input filter to respond to a specific Feedback comment.
Since Feedback is always linked to a unique order line item, an
ItemID/TransactionID pair or an OrderLineItemID can also be used to
respond to a Feedback comment.
ItemID
- Unique identifier for an eBay listing. A listing can have multiple
order line items, but only one ItemID. An ItemID can be
paired up with a corresponding TransactionID and used as an input filter
to respond to a Feedback comment in the RespondToFeedback call. Unless
the specific Feedback record is identified by a FeedbackID or an
OrderLineItemID in the request, an ItemID/TransactionID pair is
required.
TransactionID
- Unique identifier for an eBay order line item. A
TransactionID can be paired up with its corresponding ItemID and used as
an input filter to respond to a Feedback comment in the
RespondToFeedback call. Unless the specific Feedback record is
identified by a FeedbackID or an OrderLineItemID in the request, an
ItemID/TransactionID pair is required.
TargetUserID
- The eBay user ID of the caller's order partner. The caller is either
replyting to or following up on this user's Feedback comment.
ResponseType
- Specifies whether the response is a reply or a follow-up to a Feedback
comment left by the user identified in the TargetUserID field.
ResponseText
- Textual comment that the user who is subject of feedback may leave in
response or rebuttal to the Feedback comment. Alternatively, when the
ResponseType is FollowUp, this value contains the text of the follow-up
comment.
OrderLineItemID
- OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. Since Feedback is always linked to a
unique order line item, an OrderLineItemID can be used to respond
to a Feedback comment.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
RespondToFeedbackCall()
Constructor. |
|
RespondToFeedbackCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getFeedbackID()
Gets the RespondToFeedbackRequestType.feedbackID. |
java.lang.String |
getItemID()
Gets the RespondToFeedbackRequestType.itemID. |
java.lang.String |
getOrderLineItemID()
Gets the RespondToFeedbackRequestType.orderLineItemID. |
java.lang.String |
getResponseText()
Gets the RespondToFeedbackRequestType.responseText. |
FeedbackResponseCodeType |
getResponseType()
Gets the RespondToFeedbackRequestType.responseType. |
java.lang.String |
getTargetUserID()
Gets the RespondToFeedbackRequestType.targetUserID. |
java.lang.String |
getTransactionID()
Gets the RespondToFeedbackRequestType.transactionID. |
void |
respondToFeedback()
Enables a seller to reply to Feedback that has been left for a user, or to post a follow-up comment to a Feedback comment the user has left for someone else. |
void |
setFeedbackID(java.lang.String feedbackID)
Sets the RespondToFeedbackRequestType.feedbackID. |
void |
setItemID(java.lang.String itemID)
Sets the RespondToFeedbackRequestType.itemID. |
void |
setOrderLineItemID(java.lang.String orderLineItemID)
Sets the RespondToFeedbackRequestType.orderLineItemID. |
void |
setResponseText(java.lang.String responseText)
Sets the RespondToFeedbackRequestType.responseText. |
void |
setResponseType(FeedbackResponseCodeType responseType)
Sets the RespondToFeedbackRequestType.responseType. |
void |
setTargetUserID(java.lang.String targetUserID)
Sets the RespondToFeedbackRequestType.targetUserID. |
void |
setTransactionID(java.lang.String transactionID)
Sets the RespondToFeedbackRequestType.transactionID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RespondToFeedbackCall()
public RespondToFeedbackCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void respondToFeedback() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String getFeedbackID()
public void setFeedbackID(java.lang.String feedbackID)
feedbackID
- Stringpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getOrderLineItemID()
public void setOrderLineItemID(java.lang.String orderLineItemID)
orderLineItemID
- Stringpublic java.lang.String getResponseText()
public void setResponseText(java.lang.String responseText)
responseText
- Stringpublic FeedbackResponseCodeType getResponseType()
public void setResponseType(FeedbackResponseCodeType responseType)
responseType
- FeedbackResponseCodeTypepublic java.lang.String getTargetUserID()
public void setTargetUserID(java.lang.String targetUserID)
targetUserID
- Stringpublic java.lang.String getTransactionID()
public void setTransactionID(java.lang.String transactionID)
transactionID
- String
|
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.