com.paypal.svcs.types.perm
Class GetBasicPersonalDataRequest

java.lang.Object
  extended by com.paypal.svcs.types.perm.GetBasicPersonalDataRequest

public class GetBasicPersonalDataRequest
extends Object

Request to retrieve basic personal data.Accepts PersonalAttributeList as request and responds with PersonalDataList. This call will accept only 'Basic' attributes and ignore others.


Constructor Summary
GetBasicPersonalDataRequest()
          Default Constructor
GetBasicPersonalDataRequest(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

GetBasicPersonalDataRequest

public GetBasicPersonalDataRequest(PersonalAttributeList attributeList)
Constructor with arguments


GetBasicPersonalDataRequest

public GetBasicPersonalDataRequest()
Default Constructor

Method Detail

getRequestEnvelope

public RequestEnvelope getRequestEnvelope()
Getter for requestEnvelope


setRequestEnvelope

public void setRequestEnvelope(RequestEnvelope requestEnvelope)
Setter for requestEnvelope


getAttributeList

public PersonalAttributeList getAttributeList()
Getter for attributeList


setAttributeList

public void setAttributeList(PersonalAttributeList attributeList)
Setter for attributeList


toNVPString

public String toNVPString()
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

toNVPString

public String toNVPString(String prefix)
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2013. All Rights Reserved.