com.paypal.svcs.types.common
Class RequestEnvelope

java.lang.Object
  extended by com.paypal.svcs.types.common.RequestEnvelope

public class RequestEnvelope
extends Object

This specifies the list of parameters with every request to the service.


Constructor Summary
RequestEnvelope()
          Default Constructor
RequestEnvelope(String errorLanguage)
          Constructor with arguments
 
Method Summary
 String getErrorLanguage()
          Getter for errorLanguage
 void setErrorLanguage(String errorLanguage)
          Setter for errorLanguage
 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

RequestEnvelope

public RequestEnvelope(String errorLanguage)
Constructor with arguments


RequestEnvelope

public RequestEnvelope()
Default Constructor

Method Detail

getErrorLanguage

public String getErrorLanguage()
Getter for errorLanguage


setErrorLanguage

public void setErrorLanguage(String errorLanguage)
Setter for errorLanguage


toNVPString

public String toNVPString()
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

toNVPString

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


Copyright © 2013. All Rights Reserved.