Uses of Class
com.evernote.edam.type.User

Packages that use User
com.evernote.clients   
com.evernote.edam.type   
com.evernote.edam.userstore   
 

Uses of User in com.evernote.clients
 

Methods in com.evernote.clients that return User
 User UserStoreClient.getUser()
           
 

Uses of User in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return User
 User User.deepCopy()
           
 User Notebook.getContact()
           
 

Methods in com.evernote.edam.type with parameters of type User
 int User.compareTo(User other)
           
 boolean User.equals(User that)
           
 void Notebook.setContact(User contact)
           
 

Constructors in com.evernote.edam.type with parameters of type User
User(User other)
          Performs a deep copy on other.
 

Uses of User in com.evernote.edam.userstore
 

Methods in com.evernote.edam.userstore that return User
 User AuthenticationResult.getUser()
           
 User UserStoreIface.getUser(String authenticationToken)
          Returns the User corresponding to the provided authentication token, or throws an exception if this token is not valid.
 User UserStore.Client.getUser(String authenticationToken)
           
 User UserStore.Client.recv_getUser()
           
 

Methods in com.evernote.edam.userstore with parameters of type User
 void AuthenticationResult.setUser(User user)
           
 



Copyright © 2013. All Rights Reserved.