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

#include <types.h>

Public Member Functions

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

Public Attributes

Optional< qint32 > businessId
 
Optional< QString > businessName
 
Optional< BusinessUserRole::typerole
 
Optional< QString > email
 

Detailed Description

This structure is used to provide information about an Evernote Business membership, for members who are part of a business.

Member Function Documentation

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

Member Data Documentation

Optional< qint32 > qevercloud::BusinessUserInfo::businessId

The ID of the Evernote Business account that the user is a member of.

businessName The human-readable name of the Evernote Business account that the user is a member of.

Optional< QString > qevercloud::BusinessUserInfo::businessName

NOT DOCUMENTED

Optional< QString > qevercloud::BusinessUserInfo::email

An e-mail address that will be used by the service in the context of your Evernote Business activities. For example, this e-mail address will be used when you e-mail a business note, when you update notes in the account of your business, etc. The business e-mail cannot be used for identification purposes such as for logging into the service.

Optional< BusinessUserRole::type > qevercloud::BusinessUserInfo::role

The role of the user within the Evernote Business account that they are a member of.