|
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.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetFeedbackRequestType
public class GetFeedbackRequestType
Retrieves one, many, or all Feedback records for a specific eBay user. There is a filter option in the call request to limit Feedback records to those that are received, or to those that are left for other buyers, as well as a filter option to limit Feedback records to those that are received as a buyer or seller.
Java class for GetFeedbackRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFeedbackRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="FeedbackID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CommentType" type="{urn:ebay:apis:eBLBaseComponents}CommentTypeCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="FeedbackType" type="{urn:ebay:apis:eBLBaseComponents}FeedbackTypeCodeType" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CommentTypeCodeType> |
commentType
|
protected java.lang.String |
feedbackID
|
protected FeedbackTypeCodeType |
feedbackType
|
protected java.lang.String |
itemID
|
protected java.lang.String |
orderLineItemID
|
protected PaginationType |
pagination
|
protected java.lang.String |
transactionID
|
protected java.lang.String |
userID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetFeedbackRequestType()
|
Method Summary | |
---|---|
protected java.util.List<CommentTypeCodeType> |
_getCommentType()
|
CommentTypeCodeType[] |
getCommentType()
|
CommentTypeCodeType |
getCommentType(int idx)
|
int |
getCommentTypeLength()
|
java.lang.String |
getFeedbackID()
Gets the value of the feedbackID property. |
FeedbackTypeCodeType |
getFeedbackType()
Gets the value of the feedbackType property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.lang.String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
java.lang.String |
getTransactionID()
Gets the value of the transactionID property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
void |
setCommentType(CommentTypeCodeType[] values)
|
CommentTypeCodeType |
setCommentType(int idx,
CommentTypeCodeType value)
|
void |
setFeedbackID(java.lang.String value)
Sets the value of the feedbackID property. |
void |
setFeedbackType(FeedbackTypeCodeType value)
Sets the value of the feedbackType property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property. |
void |
setUserID(java.lang.String value)
Sets the value of the userID property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String userID
protected java.lang.String feedbackID
protected java.lang.String itemID
protected java.lang.String transactionID
protected java.util.List<CommentTypeCodeType> commentType
protected FeedbackTypeCodeType feedbackType
protected PaginationType pagination
protected java.lang.String orderLineItemID
Constructor Detail |
---|
public GetFeedbackRequestType()
Method Detail |
---|
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFeedbackID()
String
public void setFeedbackID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public CommentTypeCodeType[] getCommentType()
CommentTypeCodeType
public CommentTypeCodeType getCommentType(int idx)
CommentTypeCodeType
public int getCommentTypeLength()
public void setCommentType(CommentTypeCodeType[] values)
values
- allowed objects are
CommentTypeCodeType
protected java.util.List<CommentTypeCodeType> _getCommentType()
public CommentTypeCodeType setCommentType(int idx, CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public FeedbackTypeCodeType getFeedbackType()
FeedbackTypeCodeType
public void setFeedbackType(FeedbackTypeCodeType value)
value
- allowed object is
FeedbackTypeCodeType
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
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.