|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.RequestPermissionsRequest
public class RequestPermissionsRequest
Describes the request for permissions over an account. Primary element is "scope", which lists the permissions needed.
| Constructor Summary | |
|---|---|
RequestPermissionsRequest()
Default Constructor |
|
RequestPermissionsRequest(List<String> scope,
String callback)
Constructor with arguments |
|
| Method Summary | |
|---|---|
String |
getCallback()
Getter for callback |
RequestEnvelope |
getRequestEnvelope()
Getter for requestEnvelope |
List<String> |
getScope()
Getter for scope |
void |
setCallback(String callback)
Setter for callback |
void |
setRequestEnvelope(RequestEnvelope requestEnvelope)
Setter for requestEnvelope |
void |
setScope(List<String> scope)
Setter for scope |
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 RequestPermissionsRequest(List<String> scope,
String callback)
public RequestPermissionsRequest()
| Method Detail |
|---|
public RequestEnvelope getRequestEnvelope()
public void setRequestEnvelope(RequestEnvelope requestEnvelope)
public List<String> getScope()
public void setScope(List<String> scope)
public String getCallback()
public void setCallback(String callback)
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 | |||||||||