class Evernote::EDAM::NoteStore::NotesMetadataResultSpec
This structure is provided to the findNotesMetadata function to specify the subset of fields that should be included in each NoteMetadata
element that is returned in the NotesMetadataList
. Each field on this structure is a boolean flag that indicates whether the corresponding field should be included in the NoteMetadata
structure when it is returned. For example, if the ‘includeTitle’ field is set on this structure when calling findNotesMetadata, then each NoteMetadata
in the list should have its ‘title’ field set. If one of the fields in this spec is not set, then it will be treated as ‘false’ by the server, so the default behavior is to include nothing in replies (but the mandatory GUID)
Constants
- FIELDS
- INCLUDEATTRIBUTES
- INCLUDECONTENTLENGTH
- INCLUDECREATED
- INCLUDEDELETED
- INCLUDELARGESTRESOURCEMIME
- INCLUDELARGESTRESOURCESIZE
- INCLUDENOTEBOOKGUID
- INCLUDETAGGUIDS
- INCLUDETITLE
- INCLUDEUPDATED
- INCLUDEUPDATESEQUENCENUM
Public Instance Methods
struct_fields()
click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 708 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 710 def validate end