QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const UserProfile &other) const |
bool | operator!= (const UserProfile &other) const |
Public Attributes | |
Optional< UserID > | id |
Optional< QString > | name |
Optional< QString > | |
Optional< QString > | username |
Optional< BusinessUserAttributes > | attributes |
Optional< Timestamp > | joined |
Optional< Timestamp > | photoLastUpdated |
Optional< QString > | photoUrl |
Optional< BusinessUserRole::type > | role |
This structure represents profile information for a user in a business.
|
inline |
|
inline |
Optional< BusinessUserAttributes > qevercloud::UserProfile::attributes |
The user's business specific attributes.
Optional< QString > qevercloud::UserProfile::email |
The user's business email address. If the user has not registered their business email address, this field will contain the user's personal email address.
The numeric identifier that uniquely identifies a user.
Optional< QString > qevercloud::UserProfile::name |
The full name of the user.
The time when the user's profile photo was most recently updated
Optional< QString > qevercloud::UserProfile::photoUrl |
A URL identifying a copy of the user's current profile photo
Optional< BusinessUserRole::type > qevercloud::UserProfile::role |
The BusinessUserRole for the user
Optional< QString > qevercloud::UserProfile::username |
The user's Evernote username.