Uses of Class
paypalnvp.core.PayPal.Environment

Packages that use PayPal.Environment
paypalnvp.core   
 

Uses of PayPal.Environment in paypalnvp.core
 

Methods in paypalnvp.core that return PayPal.Environment
static PayPal.Environment PayPal.Environment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PayPal.Environment[] PayPal.Environment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in paypalnvp.core with parameters of type PayPal.Environment
PayPal(Profile profile, PayPal.Environment environment)
          Returns new instance of PayPal for use with api signatures.
PayPal(Profile profile, PayPal.Environment environment, boolean apiSignature)
          Returns new instance of PayPal.