|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.CancelPermissionsRequest
public class CancelPermissionsRequest
Request to invalidate an access token and revoke the permissions associated with it.
| Constructor Summary | |
|---|---|
CancelPermissionsRequest()
Default Constructor |
|
CancelPermissionsRequest(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 |
|---|
public CancelPermissionsRequest(String token)
public CancelPermissionsRequest()
| Method Detail |
|---|
public RequestEnvelope getRequestEnvelope()
public void setRequestEnvelope(RequestEnvelope requestEnvelope)
public String getToken()
public void setToken(String token)
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 | |||||||||