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 ManageNotebookSharesResult &other) const |
bool | operator!= (const ManageNotebookSharesResult &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< QList< ManageNotebookSharesError > > | errors |
Properties | |
Optional | QList |
The return value of a call to the manageNotebookShares method.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
Optional<QList<ManageNotebookSharesError> > qevercloud::ManageNotebookSharesResult::errors |
If the method completed without throwing exceptions, some errors might still have occurred, and in that case, this field will contain the list of those errors the occurred.
EverCloudLocalData qevercloud::ManageNotebookSharesResult::localData |
See the declaration of EverCloudLocalData for details
Optional qevercloud::ManageNotebookSharesResult::QList |