Changes since
the last release

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

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

Uses of TransactionPlatformCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return TransactionPlatformCodeType
 TransactionPlatformCodeType GetSellerTransactionsCall.getPlatform()
          Gets the GetSellerTransactionsRequestType.platform.
 TransactionPlatformCodeType GetOrderTransactionsCall.getPlatform()
          Gets the GetOrderTransactionsRequestType.platform.
 TransactionPlatformCodeType GetItemTransactionsCall.getPlatform()
          Gets the GetItemTransactionsRequestType.platform.
 

Methods in com.ebay.sdk.call with parameters of type TransactionPlatformCodeType
 void GetSellerTransactionsCall.setPlatform(TransactionPlatformCodeType platform)
          Sets the GetSellerTransactionsRequestType.platform.
 void GetOrderTransactionsCall.setPlatform(TransactionPlatformCodeType platform)
          Sets the GetOrderTransactionsRequestType.platform.
 void GetItemTransactionsCall.setPlatform(TransactionPlatformCodeType platform)
          Sets the GetItemTransactionsRequestType.platform.
 

Uses of TransactionPlatformCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as TransactionPlatformCodeType
protected  TransactionPlatformCodeType TransactionType.platform
           
protected  TransactionPlatformCodeType GetSellerTransactionsRequestType.platform
           
protected  TransactionPlatformCodeType GetOrderTransactionsRequestType.platform
           
protected  TransactionPlatformCodeType GetItemTransactionsRequestType.platform
           
protected  TransactionPlatformCodeType SellingManagerSoldTransactionType.soldOn
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type TransactionPlatformCodeType
protected  List<TransactionPlatformCodeType> SellingManagerSoldTransactionType.listedOn
           
 

Methods in com.ebay.soap.eBLBaseComponents that return TransactionPlatformCodeType
static TransactionPlatformCodeType TransactionPlatformCodeType.fromValue(String v)
           
 TransactionPlatformCodeType[] SellingManagerSoldTransactionType.getListedOn()
           
 TransactionPlatformCodeType SellingManagerSoldTransactionType.getListedOn(int idx)
           
 TransactionPlatformCodeType TransactionType.getPlatform()
          Gets the value of the platform property.
 TransactionPlatformCodeType GetSellerTransactionsRequestType.getPlatform()
          Gets the value of the platform property.
 TransactionPlatformCodeType GetOrderTransactionsRequestType.getPlatform()
          Gets the value of the platform property.
 TransactionPlatformCodeType GetItemTransactionsRequestType.getPlatform()
          Gets the value of the platform property.
 TransactionPlatformCodeType SellingManagerSoldTransactionType.getSoldOn()
          Gets the value of the soldOn property.
 TransactionPlatformCodeType SellingManagerSoldTransactionType.setListedOn(int idx, TransactionPlatformCodeType value)
           
static TransactionPlatformCodeType TransactionPlatformCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionPlatformCodeType[] TransactionPlatformCodeType.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 TransactionPlatformCodeType
protected  List<TransactionPlatformCodeType> SellingManagerSoldTransactionType._getListedOn()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type TransactionPlatformCodeType
 TransactionPlatformCodeType SellingManagerSoldTransactionType.setListedOn(int idx, TransactionPlatformCodeType value)
           
 void SellingManagerSoldTransactionType.setListedOn(TransactionPlatformCodeType[] values)
           
 void TransactionType.setPlatform(TransactionPlatformCodeType value)
          Sets the value of the platform property.
 void GetSellerTransactionsRequestType.setPlatform(TransactionPlatformCodeType value)
          Sets the value of the platform property.
 void GetOrderTransactionsRequestType.setPlatform(TransactionPlatformCodeType value)
          Sets the value of the platform property.
 void GetItemTransactionsRequestType.setPlatform(TransactionPlatformCodeType value)
          Sets the value of the platform property.
 void SellingManagerSoldTransactionType.setSoldOn(TransactionPlatformCodeType value)
          Sets the value of the soldOn 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.