|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.GetAdvancedPersonalDataRequest
public class GetAdvancedPersonalDataRequest
Request to retrieve personal data.Accepts PersonalAttributeList as request and responds with PersonalDataList. This call will accept both 'Basic' and Advanced attributes.
| Constructor Summary | |
|---|---|
GetAdvancedPersonalDataRequest()
Default Constructor |
|
GetAdvancedPersonalDataRequest(PersonalAttributeList attributeList)
Constructor with arguments |
|
| Method Summary | |
|---|---|
PersonalAttributeList |
getAttributeList()
Getter for attributeList |
RequestEnvelope |
getRequestEnvelope()
Getter for requestEnvelope |
void |
setAttributeList(PersonalAttributeList attributeList)
Setter for attributeList |
void |
setRequestEnvelope(RequestEnvelope requestEnvelope)
Setter for requestEnvelope |
String |
toNVPString()
|
String |
toNVPString(String prefix)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetAdvancedPersonalDataRequest(PersonalAttributeList attributeList)
public GetAdvancedPersonalDataRequest()
| Method Detail |
|---|
public RequestEnvelope getRequestEnvelope()
public void setRequestEnvelope(RequestEnvelope requestEnvelope)
public PersonalAttributeList getAttributeList()
public void setAttributeList(PersonalAttributeList attributeList)
public String toNVPString()
throws UnsupportedEncodingException
UnsupportedEncodingException
public String toNVPString(String prefix)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||