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 ManageNoteSharesResult &other) const |
bool | operator!= (const ManageNoteSharesResult &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< QList< ManageNoteSharesError > > | errors |
Properties | |
Optional | QList |
The return value of a call to the manageNoteShares function.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
Optional<QList<ManageNoteSharesError> > qevercloud::ManageNoteSharesResult::errors |
If the call succeeded without throwing an exception, some errors might still have occurred. In that case, this field will contain the list of errors.
EverCloudLocalData qevercloud::ManageNoteSharesResult::localData |
See the declaration of EverCloudLocalData for details
Optional qevercloud::ManageNoteSharesResult::QList |