QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
Loading...
Searching...
No Matches
qevercloud::ManageNotebookSharesResult Struct Reference

#include <Types.h>

Inheritance diagram for qevercloud::ManageNotebookSharesResult:
qevercloud::Printable

Public Member Functions

virtual void print (QTextStream &strm) const override
bool operator== (const ManageNotebookSharesResult &other) const
bool operator!= (const ManageNotebookSharesResult &other) const
Public Member Functions inherited from qevercloud::Printable
 Printable ()=default
virtual ~Printable ()=default
virtual QString toString () const

Public Attributes

EverCloudLocalData localData
Optional< QList< ManageNotebookSharesError > > errors

Properties

OptionalQList< ManageNotebookSharesErrorerrors

Detailed Description

The return value of a call to the manageNotebookShares method.

Member Function Documentation

◆ operator!=()

bool qevercloud::ManageNotebookSharesResult::operator!= ( const ManageNotebookSharesResult & other) const
inline

◆ operator==()

bool qevercloud::ManageNotebookSharesResult::operator== ( const ManageNotebookSharesResult & other) const
inline

◆ print()

virtual void qevercloud::ManageNotebookSharesResult::print ( QTextStream & strm) const
overridevirtual

Implements qevercloud::Printable.

Member Data Documentation

◆ errors

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.

◆ localData

EverCloudLocalData qevercloud::ManageNotebookSharesResult::localData

See the declaration of EverCloudLocalData for details

Property Documentation

◆ errors

OptionalQList<ManageNotebookSharesError> qevercloud::ManageNotebookSharesResult::errors