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

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

Uses of RelatedQuery in com.evernote.clients
 

Methods in com.evernote.clients with parameters of type RelatedQuery
 RelatedResult NoteStoreClient.findRelated(RelatedQuery query, RelatedResultSpec resultSpec)
           
 

Uses of RelatedQuery in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return RelatedQuery
 RelatedQuery RelatedQuery.deepCopy()
           
 

Methods in com.evernote.edam.notestore with parameters of type RelatedQuery
 int RelatedQuery.compareTo(RelatedQuery other)
           
 boolean RelatedQuery.equals(RelatedQuery that)
           
 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)
           
 void NoteStore.Client.send_findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
           
 

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



Copyright © 2013. All Rights Reserved.