QEverCloud
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::BusinessNotebook Struct Reference

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. More...

Public Member Functions

bool operator!= (const BusinessNotebook &other) const
 
bool operator== (const BusinessNotebook &other) const
 

Public Attributes

Optional< QString > notebookDescription
 A short description of the notebook's content that will be displayed in the business library user interface. More...
 
Optional
< SharedNotebookPrivilegeLevel::type > 
privilege
 The privileges that will be granted to users who join the notebook through the business library.
 
Optional< bool > recommended
 Whether the notebook should be "recommended" when displayed in the business library user interface.
 

Detailed Description

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.

Member Data Documentation

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