Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.CommentTypeCodeType

Packages that use CommentTypeCodeType
com.ebay.sdk.call   
com.ebay.soap.eBLBaseComponents   
 

Uses of CommentTypeCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return CommentTypeCodeType
 CommentTypeCodeType[] GetFeedbackCall.getCommentType()
          Gets the GetFeedbackRequestType.commentType.
 

Methods in com.ebay.sdk.call with parameters of type CommentTypeCodeType
 void GetFeedbackCall.setCommentType(CommentTypeCodeType[] commentType)
          Sets the GetFeedbackRequestType.commentType.
 

Uses of CommentTypeCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as CommentTypeCodeType
protected  CommentTypeCodeType LeaveFeedbackRequestType.commentType
           
protected  CommentTypeCodeType FeedbackInfoType.commentType
           
protected  CommentTypeCodeType FeedbackDetailType.commentType
           
protected  CommentTypeCodeType SellingManagerOrderStatusType.feedbackReceived
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type CommentTypeCodeType
protected  java.util.List<CommentTypeCodeType> GetFeedbackRequestType.commentType
           
 

Methods in com.ebay.soap.eBLBaseComponents that return CommentTypeCodeType
static CommentTypeCodeType CommentTypeCodeType.fromValue(java.lang.String v)
           
 CommentTypeCodeType LeaveFeedbackRequestType.getCommentType()
          Gets the value of the commentType property.
 CommentTypeCodeType[] GetFeedbackRequestType.getCommentType()
           
 CommentTypeCodeType FeedbackInfoType.getCommentType()
          Gets the value of the commentType property.
 CommentTypeCodeType FeedbackDetailType.getCommentType()
          Gets the value of the commentType property.
 CommentTypeCodeType GetFeedbackRequestType.getCommentType(int idx)
           
 CommentTypeCodeType SellingManagerOrderStatusType.getFeedbackReceived()
          Gets the value of the feedbackReceived property.
 CommentTypeCodeType GetFeedbackRequestType.setCommentType(int idx, CommentTypeCodeType value)
           
static CommentTypeCodeType CommentTypeCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommentTypeCodeType[] CommentTypeCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type CommentTypeCodeType
protected  java.util.List<CommentTypeCodeType> GetFeedbackRequestType._getCommentType()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type CommentTypeCodeType
 void LeaveFeedbackRequestType.setCommentType(CommentTypeCodeType value)
          Sets the value of the commentType property.
 void FeedbackInfoType.setCommentType(CommentTypeCodeType value)
          Sets the value of the commentType property.
 void FeedbackDetailType.setCommentType(CommentTypeCodeType value)
          Sets the value of the commentType property.
 void GetFeedbackRequestType.setCommentType(CommentTypeCodeType[] values)
           
 CommentTypeCodeType GetFeedbackRequestType.setCommentType(int idx, CommentTypeCodeType value)
           
 void SellingManagerOrderStatusType.setFeedbackReceived(CommentTypeCodeType value)
          Sets the value of the feedbackReceived property.
 


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.