Uses of Class
com.evernote.edam.userstore.PublicUserInfo

Packages that use PublicUserInfo
com.evernote.clients   
com.evernote.edam.userstore   
 

Uses of PublicUserInfo in com.evernote.clients
 

Methods in com.evernote.clients that return PublicUserInfo
 PublicUserInfo UserStoreClient.getPublicUserInfo(String username)
           
 

Uses of PublicUserInfo in com.evernote.edam.userstore
 

Methods in com.evernote.edam.userstore that return PublicUserInfo
 PublicUserInfo PublicUserInfo.deepCopy()
           
 PublicUserInfo AuthenticationResult.getPublicUserInfo()
           
 PublicUserInfo UserStoreIface.getPublicUserInfo(String username)
          Asks the UserStore about the publicly available location information for a particular username.
 PublicUserInfo UserStore.Client.getPublicUserInfo(String username)
           
 PublicUserInfo UserStore.Client.recv_getPublicUserInfo()
           
 

Methods in com.evernote.edam.userstore with parameters of type PublicUserInfo
 int PublicUserInfo.compareTo(PublicUserInfo other)
           
 boolean PublicUserInfo.equals(PublicUserInfo that)
           
 void AuthenticationResult.setPublicUserInfo(PublicUserInfo publicUserInfo)
           
 

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



Copyright © 2013. All Rights Reserved.