olp-cpp-sdk
1.22.0
|
An account information. More...
#include <UserAccountInfoResponse.h>
Public Member Functions | |
const std::string & | GetUserId () const |
Gets the HERE Account ID of the user. More... | |
void | SetUserId (std::string user_id) |
Sets the HERE Account ID of the user. More... | |
const std::string & | GetRealm () const |
Gets the realm in which the user account exists. More... | |
void | SetRealm (std::string realm) |
Sets the realm in which the user account exists. More... | |
const std::string & | GetFacebookId () const |
Gets the Facebook ID of the user. More... | |
void | SetFacebookId (std::string facebook_id) |
Sets the Facebook ID of the user. More... | |
const std::string & | GetFirstname () const |
Gets the first name of the user. More... | |
void | SetFirstname (std::string firstname) |
Sets the first name of the user. More... | |
const std::string & | GetLastname () const |
Gets the last name of the user. More... | |
void | SetLastname (std::string lastname) |
Sets the last name of the user. More... | |
const std::string & | GetEmail () const |
Gets the primary email address. More... | |
void | SetEmail (std::string email) |
Sets the primary email address. More... | |
const std::string & | GetRecoveryEmail () const |
Gets the recovery email address. More... | |
void | SetRecoveryEmail (std::string recovery_email) |
Sets the recovery email address. More... | |
const std::string & | GetDob () const |
Gets the day of birth in the day/month/year format. More... | |
void | SetDob (std::string dob) |
Sets the day of birth. More... | |
const std::string & | GetCountryCode () const |
Gets the code of the user's country in the ISO 3166-1 alpha-3 format. More... | |
void | SetCountryCode (std::string country_code) |
Sets the code of the user's country in the ISO 3166-1 alpha-3 format. More... | |
const std::string & | GetLanguage () const |
Gets the code of the user's language in the ISO 639-1 2 format. More... | |
void | SetLanguage (std::string language) |
Sets the code of the user's language in the ISO 639-1 2 format. More... | |
bool | GetEmailVerified () const |
Gets the verification of the primary email address. More... | |
void | SetEmailVerified (bool email_verified) |
Sets the verification of the primary email address. More... | |
const std::string & | GetPhoneNumber () const |
Gets the user's phone number. More... | |
void | SetPhoneNumber (std::string phone_number) |
Sets the user's phone number. More... | |
bool | GetPhoneNumberVerified () const |
Gets the verification of the phone number. More... | |
void | SetPhoneNumberVerified (bool phone_number_verified) |
Sets the verification of the phone number. More... | |
bool | GetMarketingEnabled () const |
Checks if the marketing is enabled. More... | |
void | SetMarketingEnabled (bool marketing_enabled) |
Sets the marketing if it is enabled. More... | |
time_t | GetCreatedTime () const |
Gets the timestamp (milliseconds since the Unix epoch) of when the account was created. More... | |
void | SetCreatedTime (time_t created_time) |
Sets the timestamp (milliseconds since the Unix epoch) of when the account was created. More... | |
time_t | GetUpdatedTime () const |
Gets the timestamp (milliseconds since the Unix epoch) of when the account was last updated. More... | |
void | SetUpdatedTime (time_t updated_time) |
Sets the timestamp (milliseconds since the Unix epoch) of when the account was last updated. More... | |
const std::string & | GetState () const |
Gets the current state of the account. More... | |
void | SetState (std::string state) |
Sets the current state of the account. More... | |
const std::string & | GetHrn () const |
Gets the HRN of the user. More... | |
void | SetHrn (std::string hrn) |
Sets the HRN of the user. More... | |
const std::string & | GetAccountType () const |
Gets the account type. More... | |
void | SetAccountType (std::string account_type) |
Sets the account type. More... | |
An account information.
|
inline |
Gets the account type.
|
inline |
Gets the code of the user's country in the ISO 3166-1 alpha-3 format.
|
inline |
Gets the timestamp (milliseconds since the Unix epoch) of when the account was created.
|
inline |
Gets the day of birth in the day/month/year format.
|
inline |
Gets the primary email address.
|
inline |
Gets the verification of the primary email address.
|
inline |
Gets the Facebook ID of the user.
|
inline |
Gets the first name of the user.
|
inline |
Gets the HRN of the user.
|
inline |
Gets the code of the user's language in the ISO 639-1 2 format.
|
inline |
Gets the last name of the user.
|
inline |
Checks if the marketing is enabled.
|
inline |
Gets the user's phone number.
|
inline |
Gets the verification of the phone number.
|
inline |
Gets the realm in which the user account exists.
|
inline |
Gets the recovery email address.
|
inline |
Gets the current state of the account.
|
inline |
Gets the timestamp (milliseconds since the Unix epoch) of when the account was last updated.
email
, recoveryEmail
, dob
, countryCode
, firstname
, lastname
, language
, phoneNumber
.
|
inline |
Gets the HERE Account ID of the user.
|
inline |
Sets the account type.
account_type | The account type. |
|
inline |
Sets the code of the user's country in the ISO 3166-1 alpha-3 format.
country_code | The country code. |
|
inline |
Sets the timestamp (milliseconds since the Unix epoch) of when the account was created.
created_time | The epoch time when the account was created. |
|
inline |
Sets the day of birth.
dob | The day of birth. |
|
inline |
Sets the primary email address.
The primary email address. |
|
inline |
Sets the verification of the primary email address.
email_verified | True if the primary email address was verified; false otherwise. |
|
inline |
Sets the Facebook ID of the user.
facebook_id | The Facebook ID of the user. |
|
inline |
Sets the first name of the user.
firstname | The first name of the user. |
|
inline |
Sets the HRN of the user.
hrn | The user HRN. |
|
inline |
Sets the code of the user's language in the ISO 639-1 2 format.
language | The language code. |
|
inline |
Sets the last name of the user.
lastname | The last name of the user. |
|
inline |
Sets the marketing if it is enabled.
marketing_enabled | True if the marketing is enabled; false otherwise. |
|
inline |
Sets the user's phone number.
phone_number | The phone number. |
|
inline |
Sets the verification of the phone number.
phone_number_verified | True if the phone number was verified; false otherwise. |
|
inline |
Sets the realm in which the user account exists.
realm | The user realm. |
|
inline |
Sets the recovery email address.
recovery_email | The recovery email address. |
|
inline |
Sets the current state of the account.
state | The current state of the account. |
|
inline |
Sets the timestamp (milliseconds since the Unix epoch) of when the account was last updated.
|
inline |
Sets the HERE Account ID of the user.
user_id | The HERE Account ID of the user. |