|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.GetAccessTokenResponse
public class GetAccessTokenResponse
Permanent access token and token secret that can be used to make requests for protected resources owned by another account.
| Constructor Summary | |
|---|---|
GetAccessTokenResponse()
Default Constructor |
|
| Method Summary | |
|---|---|
static GetAccessTokenResponse |
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 |
String |
getToken()
Getter for token |
String |
getTokenSecret()
Getter for tokenSecret |
void |
setError(List<ErrorData> error)
Setter for error |
void |
setResponseEnvelope(ResponseEnvelope responseEnvelope)
Setter for responseEnvelope |
void |
setScope(List<String> scope)
Setter for scope |
void |
setToken(String token)
Setter for token |
void |
setTokenSecret(String tokenSecret)
Setter for tokenSecret |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetAccessTokenResponse()
| Method Detail |
|---|
public ResponseEnvelope getResponseEnvelope()
public void setResponseEnvelope(ResponseEnvelope responseEnvelope)
public List<String> getScope()
public void setScope(List<String> scope)
public String getToken()
public void setToken(String token)
public String getTokenSecret()
public void setTokenSecret(String tokenSecret)
public List<ErrorData> getError()
public void setError(List<ErrorData> error)
public static GetAccessTokenResponse 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 | |||||||||