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 BusinessNotebook &other) const |
bool | operator!= (const BusinessNotebook &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< QString > | notebookDescription |
Optional< SharedNotebookPrivilegeLevel > | privilege |
Optional< bool > | recommended |
If a Notebook contained in an Evernote Business account has been published the to business library, the Notebook will have a reference to one of these structures, which specifies how the Notebook will be represented in the library.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
EverCloudLocalData qevercloud::BusinessNotebook::localData |
See the declaration of EverCloudLocalData for details
Optional< QString > qevercloud::BusinessNotebook::notebookDescription |
A short description of the notebook's content that will be displayed in the business library user interface. The description may not begin or end with whitespace.
Length: EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MIN - EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MAX
Regex: EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_REGEX
Optional< SharedNotebookPrivilegeLevel > qevercloud::BusinessNotebook::privilege |
The privileges that will be granted to users who join the notebook through the business library.
Optional< bool > qevercloud::BusinessNotebook::recommended |
Whether the notebook should be "recommended" when displayed in the business library user interface.