QEverCloud
Unofficial Evernote Cloud API for Qt
|
A structure that describes a notebook or a user's relationship with a notebook. More...
Public Member Functions | |
bool | operator!= (const NotebookDescriptor &other) const |
bool | operator== (const NotebookDescriptor &other) const |
Public Attributes | |
Optional< QString > | contactName |
The User.name value of the notebook's "contact". | |
Optional< Guid > | guid |
The unique identifier of the notebook. | |
Optional< bool > | hasSharedNotebook |
Whether a SharedNotebook record exists between the calling user and this notebook. | |
Optional< qint32 > | joinedUserCount |
The number of users who have joined this notebook. | |
Optional< QString > | notebookDisplayName |
A sequence of characters representing the name of the notebook. | |
A structure that describes a notebook or a user's relationship with a notebook.
NotebookDescriptor is expected to remain a lighter-weight structure when compared to Notebook.