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

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

Uses of PremiumInfo in com.evernote.clients
 

Methods in com.evernote.clients that return PremiumInfo
 PremiumInfo UserStoreClient.getPremiumInfo()
           
 

Uses of PremiumInfo in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return PremiumInfo
 PremiumInfo PremiumInfo.deepCopy()
           
 PremiumInfo User.getPremiumInfo()
           
 

Methods in com.evernote.edam.type with parameters of type PremiumInfo
 int PremiumInfo.compareTo(PremiumInfo other)
           
 boolean PremiumInfo.equals(PremiumInfo that)
           
 void User.setPremiumInfo(PremiumInfo premiumInfo)
           
 

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

Uses of PremiumInfo in com.evernote.edam.userstore
 

Methods in com.evernote.edam.userstore that return PremiumInfo
 PremiumInfo UserStoreIface.getPremiumInfo(String authenticationToken)
          Returns information regarding a user's Premium account corresponding to the provided authentication token, or throws an exception if this token is not valid.
 PremiumInfo UserStore.Client.getPremiumInfo(String authenticationToken)
           
 PremiumInfo UserStore.Client.recv_getPremiumInfo()
           
 



Copyright © 2013. All Rights Reserved.