|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpaypalnvp.profile.BaseProfile.Builder
public static class BaseProfile.Builder
Builder class that constructs instance of BaseProfile class. Example: BaseProfile usr = new BaseProfile.Builder(userName, pass).signature(sign).build();
Constructor Summary | |
---|---|
BaseProfile.Builder(java.lang.String userName,
java.lang.String password)
Required parameters |
Method Summary | |
---|---|
BaseProfile |
build()
Returns instance of BaseProfile class |
BaseProfile.Builder |
signature(java.lang.String val)
Optional parameter If you use an API certificate, do not include this parameter |
BaseProfile.Builder |
subject(java.lang.String val)
Optional parameter Email address of a PayPal account that has granted you permission to make this call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseProfile.Builder(java.lang.String userName, java.lang.String password)
userName
- user name obtained from paypalpassword
- password obtained from paypalMethod Detail |
---|
public BaseProfile.Builder signature(java.lang.String val)
val
- signature
public BaseProfile.Builder subject(java.lang.String val)
val
- subject
public BaseProfile build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |