|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetFeedbackResponseType
public class GetFeedbackResponseType
The GetFeedback response contains the feedback summary if a TransactionID or ItemID is specified, and contains the specified user's total feedback score and feedback summary data if a UserID is specified. If no value is supplied, the feedback score and feedback summary for the requesting user will be returned.
If a detail level value of ReturnAll is specified, an array of all feedback records will be returned.
Java class for GetFeedbackResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFeedbackResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="FeedbackDetailArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackDetailArrayType" minOccurs="0"/> <element name="FeedbackDetailItemTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="FeedbackSummary" type="{urn:ebay:apis:eBLBaseComponents}FeedbackSummaryType" minOccurs="0"/> <element name="FeedbackScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/> <element name="EntriesPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Integer |
entriesPerPage
|
protected FeedbackDetailArrayType |
feedbackDetailArray
|
protected Integer |
feedbackDetailItemTotal
|
protected Integer |
feedbackScore
|
protected FeedbackSummaryType |
feedbackSummary
|
protected Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetFeedbackResponseType()
|
Method Summary | |
---|---|
Integer |
getEntriesPerPage()
Gets the value of the entriesPerPage property. |
FeedbackDetailArrayType |
getFeedbackDetailArray()
Gets the value of the feedbackDetailArray property. |
Integer |
getFeedbackDetailItemTotal()
Gets the value of the feedbackDetailItemTotal property. |
Integer |
getFeedbackScore()
Gets the value of the feedbackScore property. |
FeedbackSummaryType |
getFeedbackSummary()
Gets the value of the feedbackSummary property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
void |
setEntriesPerPage(Integer value)
Sets the value of the entriesPerPage property. |
void |
setFeedbackDetailArray(FeedbackDetailArrayType value)
Sets the value of the feedbackDetailArray property. |
void |
setFeedbackDetailItemTotal(Integer value)
Sets the value of the feedbackDetailItemTotal property. |
void |
setFeedbackScore(Integer value)
Sets the value of the feedbackScore property. |
void |
setFeedbackSummary(FeedbackSummaryType value)
Sets the value of the feedbackSummary property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FeedbackDetailArrayType feedbackDetailArray
protected Integer feedbackDetailItemTotal
protected FeedbackSummaryType feedbackSummary
protected Integer feedbackScore
protected PaginationResultType paginationResult
protected Integer entriesPerPage
protected Integer pageNumber
Constructor Detail |
---|
public GetFeedbackResponseType()
Method Detail |
---|
public FeedbackDetailArrayType getFeedbackDetailArray()
FeedbackDetailArrayType
public void setFeedbackDetailArray(FeedbackDetailArrayType value)
value
- allowed object is
FeedbackDetailArrayType
public Integer getFeedbackDetailItemTotal()
Integer
public void setFeedbackDetailItemTotal(Integer value)
value
- allowed object is
Integer
public FeedbackSummaryType getFeedbackSummary()
FeedbackSummaryType
public void setFeedbackSummary(FeedbackSummaryType value)
value
- allowed object is
FeedbackSummaryType
public Integer getFeedbackScore()
Integer
public void setFeedbackScore(Integer value)
value
- allowed object is
Integer
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public Integer getEntriesPerPage()
Integer
public void setEntriesPerPage(Integer value)
value
- allowed object is
Integer
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
|
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.