QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const BusinessUserAttributes &other) const |
bool | operator!= (const BusinessUserAttributes &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
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 |
|
overridevirtual |
Implements qevercloud::Printable.
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/".
EverCloudLocalData qevercloud::BusinessUserAttributes::localData |
See the declaration of EverCloudLocalData for details
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