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

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

Uses of ButtonTypeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return ButtonTypeType
 ButtonTypeType BMUpdateButtonRequestType.getButtonType()
          Getter for buttonType
 ButtonTypeType BMGetButtonDetailsResponseType.getButtonType()
          Getter for buttonType
 ButtonTypeType BMCreateButtonRequestType.getButtonType()
          Getter for buttonType
 

Methods in urn.ebay.api.PayPalAPI with parameters of type ButtonTypeType
 void BMUpdateButtonRequestType.setButtonType(ButtonTypeType buttonType)
          Setter for buttonType
 void BMGetButtonDetailsResponseType.setButtonType(ButtonTypeType buttonType)
          Setter for buttonType
 void BMCreateButtonRequestType.setButtonType(ButtonTypeType buttonType)
          Setter for buttonType
 

Uses of ButtonTypeType in urn.ebay.apis.eBLBaseComponents
 

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



Copyright © 2013. All Rights Reserved.