giga::core::User::ContactData Class Referencefinal
#include <User.h>
Public Member Functions | |
ContactData (ContactData &&)=default | |
ContactData (const ContactData &)=default | |
ContactData & | operator= (const ContactData &)=default |
ContactData & | operator= (ContactData &&)=default |
UserGender | gender () const |
const boost::optional < utility::string_t > & | name () const |
const boost::optional < std::chrono::system_clock::time_point > | birthDate () const |
uint64_t | maxContact () const |
const FolderNode & | node () const |
Detailed Description
The user data restricted to its contacts. Use Application::getContacts()
then User::contactData()
to get some ContactData
Member Function Documentation
const FolderNode & giga::core::User::ContactData::node | ( | ) | const |
The root Node, containing all the Nodes shared with the currentUser.
The documentation for this class was generated from the following files:
- /home/thomas/code/GiGaSdk/src/giga/core/User.h
- /home/thomas/code/GiGaSdk/src/giga/core/User.cpp