API documentation  2.0rc1
Public Member Functions | List of all members
client::Account Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_displayName ()
 
void set_displayName (const String &)
 
Stringget_id ()
 
void set_id (const String &)
 
Stringget_imageURL ()
 
void set_imageURL (const String &)
 
Stringget_name ()
 
void set_name (const String &)
 
Stringget_rpDisplayName ()
 
void set_rpDisplayName (const String &)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_displayName()

String* client::Account::get_displayName ( )

◆ get_id()

String* client::Account::get_id ( )

◆ get_imageURL()

String* client::Account::get_imageURL ( )

◆ get_name()

String* client::Account::get_name ( )

◆ get_rpDisplayName()

String* client::Account::get_rpDisplayName ( )

◆ set_displayName()

void client::Account::set_displayName ( const String )

◆ set_id()

void client::Account::set_id ( const String )

◆ set_imageURL()

void client::Account::set_imageURL ( const String )

◆ set_name()

void client::Account::set_name ( const String )

◆ set_rpDisplayName()

void client::Account::set_rpDisplayName ( const String )