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

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

Uses of RelatedResultSpec in com.evernote.clients
 

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

Uses of RelatedResultSpec in com.evernote.edam.notestore
 

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

Methods in com.evernote.edam.notestore with parameters of type RelatedResultSpec
 int RelatedResultSpec.compareTo(RelatedResultSpec other)
           
 boolean RelatedResultSpec.equals(RelatedResultSpec 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 RelatedResultSpec
RelatedResultSpec(RelatedResultSpec other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.