Uses of Class
com.evernote.edam.notestore.RelatedResult

Packages that use RelatedResult
com.evernote.clients   
com.evernote.edam.notestore   
 

Uses of RelatedResult in com.evernote.clients
 

Methods in com.evernote.clients that return RelatedResult
 RelatedResult NoteStoreClient.findRelated(RelatedQuery query, RelatedResultSpec resultSpec)
           
 

Uses of RelatedResult in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return RelatedResult
 RelatedResult RelatedResult.deepCopy()
           
 RelatedResult NoteStoreIface.findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
          Identify related entities on the service, such as notes, notebooks, and tags related to notes or content.
 RelatedResult NoteStore.Client.findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
           
 RelatedResult NoteStore.Client.recv_findRelated()
           
 

Methods in com.evernote.edam.notestore with parameters of type RelatedResult
 int RelatedResult.compareTo(RelatedResult other)
           
 boolean RelatedResult.equals(RelatedResult that)
           
 

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



Copyright © 2013. All Rights Reserved.