|
QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
| bool | operator== (const BusinessNotebook &other) const |
| bool | operator!= (const BusinessNotebook &other) const |
Public Attributes | |
| Optional< QString > | notebookDescription |
| Optional < SharedNotebookPrivilegeLevel::type > | 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 |
| 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::type > 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.
1.8.8