QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#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::type > | role |
Optional< QString > | |
This structure is used to provide information about an Evernote Business membership, for members who are part of a business.
|
inline |
|
inline |
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.