QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const NoteMetadata &other) const |
bool | operator!= (const NoteMetadata &other) const |
Public Attributes | |
Guid | guid |
Optional< QString > | title |
Optional< qint32 > | contentLength |
Optional< Timestamp > | created |
Optional< Timestamp > | updated |
Optional< Timestamp > | deleted |
Optional< qint32 > | updateSequenceNum |
Optional< QString > | notebookGuid |
Optional< QList< Guid > > | tagGuids |
Optional< NoteAttributes > | attributes |
Optional< QString > | largestResourceMime |
Optional< qint32 > | largestResourceSize |
This structure is used in the set of results returned by the findNotesMetadata function. It represents the high-level information about a single Note, without some of the larger deep structure. This allows for the information about a list of Notes to be returned relatively quickly with less marshalling and data transfer to remote clients. Most fields in this structure are identical to the corresponding field in the Note structure, with the exception of:
|
inline |
|
inline |
Optional< NoteAttributes > qevercloud::NoteMetadata::attributes |
NOT DOCUMENTED
Optional< qint32 > qevercloud::NoteMetadata::contentLength |
NOT DOCUMENTED
Guid qevercloud::NoteMetadata::guid |
NOT DOCUMENTED
Optional< QString > qevercloud::NoteMetadata::largestResourceMime |
Optional< qint32 > qevercloud::NoteMetadata::largestResourceSize |
Optional< QString > qevercloud::NoteMetadata::notebookGuid |
NOT DOCUMENTED
Optional< QString > qevercloud::NoteMetadata::title |
NOT DOCUMENTED
Optional< qint32 > qevercloud::NoteMetadata::updateSequenceNum |
NOT DOCUMENTED