Uses of Class
urn.ebay.apis.eBLBaseComponents.ButtonCodeType

Packages that use ButtonCodeType
urn.ebay.api.PayPalAPI   
urn.ebay.apis.eBLBaseComponents   
 

Uses of ButtonCodeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return ButtonCodeType
 ButtonCodeType BMUpdateButtonRequestType.getButtonCode()
          Getter for buttonCode
 ButtonCodeType BMGetButtonDetailsResponseType.getButtonCode()
          Getter for buttonCode
 ButtonCodeType BMCreateButtonRequestType.getButtonCode()
          Getter for buttonCode
 

Methods in urn.ebay.api.PayPalAPI with parameters of type ButtonCodeType
 void BMUpdateButtonRequestType.setButtonCode(ButtonCodeType buttonCode)
          Setter for buttonCode
 void BMGetButtonDetailsResponseType.setButtonCode(ButtonCodeType buttonCode)
          Setter for buttonCode
 void BMCreateButtonRequestType.setButtonCode(ButtonCodeType buttonCode)
          Setter for buttonCode
 

Uses of ButtonCodeType in urn.ebay.apis.eBLBaseComponents
 

Methods in urn.ebay.apis.eBLBaseComponents that return ButtonCodeType
static ButtonCodeType ButtonCodeType.fromValue(String v)
           
static ButtonCodeType ButtonCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonCodeType[] ButtonCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.