QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
qevercloud::BusinessNotebook Struct Reference

#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
 

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 Function Documentation

bool qevercloud::BusinessNotebook::operator!= ( const BusinessNotebook other) const
inline
bool qevercloud::BusinessNotebook::operator== ( const BusinessNotebook other) const
inline

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

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.