QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const CreateOrUpdateNotebookSharesResult &other) const |
bool | operator!= (const CreateOrUpdateNotebookSharesResult &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< qint32 > | updateSequenceNum |
Optional< QList< SharedNotebook > > | matchingShares |
Properties | |
Optional | QList |
A structure containing the results of a call to createOrUpdateNotebookShares.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
EverCloudLocalData qevercloud::CreateOrUpdateNotebookSharesResult::localData |
See the declaration of EverCloudLocalData for details
Optional<QList<SharedNotebook> > qevercloud::CreateOrUpdateNotebookSharesResult::matchingShares |
A list of SharedNotebook records that match the desired recipients. These records may have been either created or updated by the call to createOrUpdateNotebookShares, or they may have been at the desired privilege privilege level prior to the call.
Optional< qint32 > qevercloud::CreateOrUpdateNotebookSharesResult::updateSequenceNum |
The USN of the notebook after the call.
Optional qevercloud::CreateOrUpdateNotebookSharesResult::QList |