|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.GetPermissionsResponse
public class GetPermissionsResponse
The list of permissions associated with the token.
| Constructor Summary | |
|---|---|
GetPermissionsResponse()
Default Constructor |
|
| Method Summary | |
|---|---|
static GetPermissionsResponse |
createInstance(Map<String,String> map,
String prefix,
int index)
|
List<ErrorData> |
getError()
Getter for error |
ResponseEnvelope |
getResponseEnvelope()
Getter for responseEnvelope |
List<String> |
getScope()
Getter for scope |
void |
setError(List<ErrorData> error)
Setter for error |
void |
setResponseEnvelope(ResponseEnvelope responseEnvelope)
Setter for responseEnvelope |
void |
setScope(List<String> scope)
Setter for scope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetPermissionsResponse()
| Method Detail |
|---|
public ResponseEnvelope getResponseEnvelope()
public void setResponseEnvelope(ResponseEnvelope responseEnvelope)
public List<String> getScope()
public void setScope(List<String> scope)
public List<ErrorData> getError()
public void setError(List<ErrorData> error)
public static GetPermissionsResponse createInstance(Map<String,String> map,
String prefix,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||