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::SavedSearchScope Struct Reference

#include <types.h>

Public Member Functions

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

Public Attributes

Optional< bool > includeAccount
 
Optional< bool > includePersonalLinkedNotebooks
 
Optional< bool > includeBusinessLinkedNotebooks
 

Detailed Description

A structure defining the scope of a SavedSearch.

Member Function Documentation

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

Member Data Documentation

Optional< bool > qevercloud::SavedSearchScope::includeAccount

The search should include notes from the account that contains the SavedSearch.

Optional< bool > qevercloud::SavedSearchScope::includeBusinessLinkedNotebooks

The search should include notes within those shared notebooks that the user has joined that are business notebooks in the business that the user is currently a member of.

Optional< bool > qevercloud::SavedSearchScope::includePersonalLinkedNotebooks

The search should include notes within those shared notebooks that the user has joined that are NOT business notebooks.