Changes since
the last release

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

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

Uses of TradingRoleCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return TradingRoleCodeType
 TradingRoleCodeType GetOrdersCall.getOrderRole()
          Gets the GetOrdersRequestType.orderRole.
 

Methods in com.ebay.sdk.call with parameters of type TradingRoleCodeType
 void GetOrdersCall.setOrderRole(TradingRoleCodeType orderRole)
          Sets the GetOrdersRequestType.orderRole.
 

Uses of TradingRoleCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as TradingRoleCodeType
protected  TradingRoleCodeType OrderType.creatingUserRole
           
protected  TradingRoleCodeType GetOrdersRequestType.orderRole
           
protected  TradingRoleCodeType DisputeType.otherPartyRole
           
protected  TradingRoleCodeType ItemBestOffersType.role
           
protected  TradingRoleCodeType FeedbackDetailType.role
           
protected  TradingRoleCodeType DisputeType.userRole
           
 

Methods in com.ebay.soap.eBLBaseComponents that return TradingRoleCodeType
static TradingRoleCodeType TradingRoleCodeType.fromValue(java.lang.String v)
           
 TradingRoleCodeType OrderType.getCreatingUserRole()
          Gets the value of the creatingUserRole property.
 TradingRoleCodeType GetOrdersRequestType.getOrderRole()
          Gets the value of the orderRole property.
 TradingRoleCodeType DisputeType.getOtherPartyRole()
          Gets the value of the otherPartyRole property.
 TradingRoleCodeType ItemBestOffersType.getRole()
          Gets the value of the role property.
 TradingRoleCodeType FeedbackDetailType.getRole()
          Gets the value of the role property.
 TradingRoleCodeType DisputeType.getUserRole()
          Gets the value of the userRole property.
static TradingRoleCodeType TradingRoleCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TradingRoleCodeType[] TradingRoleCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type TradingRoleCodeType
 void OrderType.setCreatingUserRole(TradingRoleCodeType value)
          Sets the value of the creatingUserRole property.
 void GetOrdersRequestType.setOrderRole(TradingRoleCodeType value)
          Sets the value of the orderRole property.
 void DisputeType.setOtherPartyRole(TradingRoleCodeType value)
          Sets the value of the otherPartyRole property.
 void ItemBestOffersType.setRole(TradingRoleCodeType value)
          Sets the value of the role property.
 void FeedbackDetailType.setRole(TradingRoleCodeType value)
          Sets the value of the role property.
 void DisputeType.setUserRole(TradingRoleCodeType value)
          Sets the value of the userRole 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.