Uses of Class
com.evernote.auth.EvernoteService

Packages that use EvernoteService
com.evernote.auth   
 

Uses of EvernoteService in com.evernote.auth
 

Methods in com.evernote.auth that return EvernoteService
static EvernoteService EvernoteService.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvernoteService[] EvernoteService.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evernote.auth with parameters of type EvernoteService
static EvernoteAuth EvernoteAuth.parseOAuthResponse(EvernoteService service, String response)
           
 

Constructors in com.evernote.auth with parameters of type EvernoteService
EvernoteAuth(EvernoteService service, String token)
           
EvernoteAuth(EvernoteService service, String token, String noteStoreUrl, String webApiUrlPrefix, int userId)
           
 



Copyright © 2013. All Rights Reserved.