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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_accountImageUri ()
 
void set_accountImageUri (const String &)
 
Stringget_accountName ()
 
void set_accountName (const String &)
 
Stringget_rpDisplayName ()
 
void set_rpDisplayName (const String &)
 
Stringget_userDisplayName ()
 
void set_userDisplayName (const String &)
 
Stringget_userId ()
 
void set_userId (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_accountImageUri()

String* client::MSAccountInfo::get_accountImageUri ( )

◆ get_accountName()

String* client::MSAccountInfo::get_accountName ( )

◆ get_rpDisplayName()

String* client::MSAccountInfo::get_rpDisplayName ( )

◆ get_userDisplayName()

String* client::MSAccountInfo::get_userDisplayName ( )

◆ get_userId()

String* client::MSAccountInfo::get_userId ( )

◆ set_accountImageUri()

void client::MSAccountInfo::set_accountImageUri ( const String )

◆ set_accountName()

void client::MSAccountInfo::set_accountName ( const String )

◆ set_rpDisplayName()

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

◆ set_userDisplayName()

void client::MSAccountInfo::set_userDisplayName ( const String )

◆ set_userId()

void client::MSAccountInfo::set_userId ( const String )