public class RequestPermissionsRequest extends Object
| Constructor and Description |
|---|
RequestPermissionsRequest()
Default Constructor
|
RequestPermissionsRequest(List<String> scope,
String callback)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public RequestPermissionsRequest(List<String> scope, String callback)
public RequestPermissionsRequest()
public RequestEnvelope getRequestEnvelope()
public void setRequestEnvelope(RequestEnvelope requestEnvelope)
public String getCallback()
public void setCallback(String callback)
public String toNVPString() throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic String toNVPString(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2013. All Rights Reserved.