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

#include <types.h>

Public Member Functions

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

Public Attributes

Optional< qint32 > updateSequenceNum
 
Optional< QList< SharedNotebook > > matchingShares
 

Detailed Description

A structure containing the results of a call to createOrUpdateNotebookShares.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

bool qevercloud::CreateOrUpdateNotebookSharesResult::operator== ( const CreateOrUpdateNotebookSharesResult other) const
inline

Member Data Documentation

◆ matchingShares

Optional< QList< SharedNotebook > > qevercloud::CreateOrUpdateNotebookSharesResult::matchingShares

A list of SharedNotebook records that match the desired recipients. These records may have been either created or updated by the call to createOrUpdateNotebookShares, or they may have been at the desired privilege privilege level prior to the call.

◆ updateSequenceNum

Optional< qint32 > qevercloud::CreateOrUpdateNotebookSharesResult::updateSequenceNum

The USN of the notebook after the call.