QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const BusinessUserAttributes &other) const |
bool | operator!= (const BusinessUserAttributes &other) const |
Public Attributes | |
Optional< QString > | title |
Optional< QString > | location |
Optional< QString > | department |
Optional< QString > | mobilePhone |
Optional< QString > | linkedInProfileUrl |
Optional< QString > | workPhone |
Optional< Timestamp > | companyStartDate |
A structure holding the optional attributes associated with users in a business.
|
inline |
|
inline |
The date on which the user started working at their company.
Optional< QString > qevercloud::BusinessUserAttributes::department |
Free form text of the department this user belongs to.
Optional< QString > qevercloud::BusinessUserAttributes::linkedInProfileUrl |
URL to user's public LinkedIn profile page. This should only contain the portion relative to the base LinkedIn URL. For example: "/pub/john-smith/".
Optional< QString > qevercloud::BusinessUserAttributes::location |
City, State (for US) or City / Province for other countries
Optional< QString > qevercloud::BusinessUserAttributes::mobilePhone |
User's mobile phone number. Stored as plain text without any formatting.
Optional< QString > qevercloud::BusinessUserAttributes::title |
Free form text of this user's title in the business