com.paypal.svcs.types.perm
Class GetPermissionsRequest

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

public class GetPermissionsRequest
extends Object

Request to retrieve the approved list of permissions associated with a token.


Constructor Summary
GetPermissionsRequest()
          Default Constructor
GetPermissionsRequest(String token)
          Constructor with arguments
 
Method Summary
 RequestEnvelope getRequestEnvelope()
          Getter for requestEnvelope
 String getToken()
          Getter for token
 void setRequestEnvelope(RequestEnvelope requestEnvelope)
          Setter for requestEnvelope
 void setToken(String token)
          Setter for token
 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

GetPermissionsRequest

public GetPermissionsRequest(String token)
Constructor with arguments


GetPermissionsRequest

public GetPermissionsRequest()
Default Constructor

Method Detail

getRequestEnvelope

public RequestEnvelope getRequestEnvelope()
Getter for requestEnvelope


setRequestEnvelope

public void setRequestEnvelope(RequestEnvelope requestEnvelope)
Setter for requestEnvelope


getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


toNVPString

public String toNVPString()
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

toNVPString

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


Copyright © 2013. All Rights Reserved.