QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const PublicUserInfo &other) const |
bool | operator!= (const PublicUserInfo &other) const |
Public Attributes | |
UserID | userId |
QString | shardId |
Optional< PrivilegeLevel::type > | privilege |
Optional< QString > | username |
Optional< QString > | noteStoreUrl |
Optional< QString > | webApiUrlPrefix |
This structure is used to provide publicly-available user information about a particular account.
|
inline |
|
inline |
Optional< QString > qevercloud::PublicUserInfo::noteStoreUrl |
Optional< PrivilegeLevel::type > qevercloud::PublicUserInfo::privilege |
The privilege level of the account, to determine whether this is a Premium or Free account.
QString qevercloud::PublicUserInfo::shardId |
DEPRECATED - Client applications should have no need to use this field.
UserID qevercloud::PublicUserInfo::userId |
The unique numeric user identifier for the user account.
Optional< QString > qevercloud::PublicUserInfo::username |
NOT DOCUMENTED
Optional< QString > qevercloud::PublicUserInfo::webApiUrlPrefix |
This field will contain the initial part of the URLs that should be used to make requests to Evernote's thin client "web API", which provide optimized operations for clients that aren't capable of manipulating the full contents of accounts via the full Thrift data model. Clients should concatenate the relative path for the various servlets onto the end of this string to construct the full URL, as documented on our developer web site.