QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
qevercloud::NoteVersionId Struct Reference

#include <types.h>

Public Member Functions

bool operator== (const NoteVersionId &other) const
 
bool operator!= (const NoteVersionId &other) const
 

Public Attributes

qint32 updateSequenceNum
 
Timestamp updated
 
Timestamp saved
 
QString title
 

Detailed Description

Identifying information about previous versions of a note that are backed up within Evernote's servers. Used in the return value of the listNoteVersions call.

Member Function Documentation

bool qevercloud::NoteVersionId::operator!= ( const NoteVersionId other) const
inline
bool qevercloud::NoteVersionId::operator== ( const NoteVersionId other) const
inline

Member Data Documentation

Timestamp qevercloud::NoteVersionId::saved

A timestamp that holds the date and time when this version of the note was backed up by Evernote's servers. This

QString qevercloud::NoteVersionId::title

The title of the note when this particular version was saved. (The current title of the note may differ from this value.)

Timestamp qevercloud::NoteVersionId::updated

The 'updated' time that was set on the Note when it had this version of the content. This is the user-modifiable modification time on the note, so it's not reliable for guaranteeing the order of various versions. (E.g. if someone modifies the note, then changes this time manually into the past and then updates the note again.)

qint32 qevercloud::NoteVersionId::updateSequenceNum

The update sequence number for the Note when it last had this content. This serves to uniquely identify each version of the note, since USN values are unique within an account for each update.