class Evernote::EDAM::NoteStore::RelatedQuery
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.
<dl> <dt>noteGuid</dt> <dd>The GUID of an existing note in your account for which related
entities will be found.</dd>
<dt>plainText</dt> <dd>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. </dd>
<dt>filter</dt> <dd>The list of criteria that will constrain the notes being considered
related. Please note that some of the parameters may be ignored, such as <em>order</em> and <em>ascending</em>.
</dd>
<dt>referenceUri</dt> <dd>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.
</dd> </dl>
Constants
- FIELDS
- FILTER
- NOTEGUID
- PLAINTEXT
- REFERENCEURI
Public Instance Methods
struct_fields()
click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 968 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 970 def validate end