QEverCloud
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::NotebookDescriptor Struct Reference

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< Guidguid
 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.
 

Detailed Description

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.