| 
    QEverCloud
    
   Unofficial Evernote Cloud API for Qt 
   | 
 
A description of the thing for which we are searching for related entities. More...
Public Member Functions | |
| bool | operator!= (const RelatedQuery &other) const | 
| bool | operator== (const RelatedQuery &other) const | 
Public Attributes | |
| Optional< NoteFilter > | filter | 
| The list of criteria that will constrain the notes being considered related.  More... | |
| Optional< QString > | noteGuid | 
| The GUID of an existing note in your account for which related entities will be found.  | |
| Optional< QString > | plainText | 
| A string of plain text for which to find related entities.  More... | |
| Optional< QString > | referenceUri | 
| A URI string specifying a reference entity, around which "relatedness" should be based.  More... | |
A description of the thing for which we are searching for related entities.
You must specify either noteGuid or plainText, but not both. filter and referenceUri are optional.
| Optional< NoteFilter > qevercloud::RelatedQuery::filter | 
The list of criteria that will constrain the notes being considered related.
Please note that some of the parameters may be ignored, such as order and ascending.
| Optional< QString > qevercloud::RelatedQuery::plainText | 
A string of plain text for which to find related entities.
You should provide a text block with a number of characters between EDAM_RELATED_PLAINTEXT_LEN_MIN and EDAM_RELATED_PLAINTEXT_LEN_MAX.
| Optional< QString > qevercloud::RelatedQuery::referenceUri | 
A URI string specifying a reference entity, around which "relatedness" should be based.
This can be an URL pointing to a web page, for example.
 1.8.5