|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.auth.EvernoteAuth
public class EvernoteAuth
A Scribe AccessToken that contains Evernote-specific items from the OAuth response.
| Constructor Summary | |
|---|---|
EvernoteAuth(EvernoteService service,
String token)
|
|
EvernoteAuth(EvernoteService service,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
int userId)
|
|
| Method Summary | |
|---|---|
String |
getNoteStoreUrl()
Get the Evernote web service NoteStore URL from the OAuth access token response. |
String |
getToken()
Get the Evernote access token. |
int |
getUserId()
Get the numeric Evernote user ID from the OAuth access token response. |
String |
getUserStoreUrl()
Get the Evernote web service UserStore URL response. |
String |
getWebApiUrlPrefix()
Get the Evernote web API URL prefix from the OAuth access token response. |
static EvernoteAuth |
parseOAuthResponse(EvernoteService service,
String response)
|
void |
setNoteStoreUrl(String noteStoreUrl)
Set the Evernote web service NoteStore URL |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvernoteAuth(EvernoteService service,
String token)
public EvernoteAuth(EvernoteService service,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
int userId)
| Method Detail |
|---|
public static EvernoteAuth parseOAuthResponse(EvernoteService service,
String response)
public String getToken()
public String getUserStoreUrl()
public String getNoteStoreUrl()
public void setNoteStoreUrl(String noteStoreUrl)
public String getWebApiUrlPrefix()
public int getUserId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||