blogger  v2
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_blogger_api::User Class Reference

#include <user.h>

Inheritance diagram for google_blogger_api::User:

Classes

class  UserBlogs
 
class  UserLocale
 

Public Member Functions

 User (const Json::Value &storage)
 
 User (Json::Value *storage)
 
virtual ~User ()
 
const StringPiece GetTypeName () const
 
bool has_about () const
 
void clear_about ()
 
const StringPiece get_about () const
 
void set_about (const StringPiece &value)
 
bool has_blogs () const
 
void clear_blogs ()
 
const UserBlogs get_blogs () const
 
UserBlogs mutable_blogs ()
 
bool has_created () const
 
void clear_created ()
 
const StringPiece get_created () const
 
void set_created (const StringPiece &value)
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_locale () const
 
void clear_locale ()
 
const UserLocale get_locale () const
 
UserLocale mutable_locale ()
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_url () const
 
void clear_url ()
 
const StringPiece get_url () const
 
void set_url (const StringPiece &value)
 

Static Public Member Functions

static UserNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ User() [1/2]

google_blogger_api::User::User ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ User() [2/2]

google_blogger_api::User::User ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~User()

google_blogger_api::User::~User ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_about()

void google_blogger_api::User::clear_about ( )
inline

Clears the 'about' attribute.

◆ clear_blogs()

void google_blogger_api::User::clear_blogs ( )
inline

Clears the 'blogs' attribute.

◆ clear_created()

void google_blogger_api::User::clear_created ( )
inline

Clears the 'created' attribute.

◆ clear_display_name()

void google_blogger_api::User::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_id()

void google_blogger_api::User::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_blogger_api::User::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_locale()

void google_blogger_api::User::clear_locale ( )
inline

Clears the 'locale' attribute.

◆ clear_self_link()

void google_blogger_api::User::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_url()

void google_blogger_api::User::clear_url ( )
inline

Clears the 'url' attribute.

◆ get_about()

const StringPiece google_blogger_api::User::get_about ( ) const
inline

Get the value of the 'about' attribute.

◆ get_blogs()

const UserBlogs google_blogger_api::User::get_blogs ( ) const
inline

Get a reference to the value of the 'blogs' attribute.

◆ get_created()

const StringPiece google_blogger_api::User::get_created ( ) const
inline

Get the value of the 'created' attribute.

◆ get_display_name()

const StringPiece google_blogger_api::User::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_id()

const StringPiece google_blogger_api::User::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_kind()

const StringPiece google_blogger_api::User::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_locale()

const UserLocale google_blogger_api::User::get_locale ( ) const
inline

Get a reference to the value of the 'locale' attribute.

◆ get_self_link()

const StringPiece google_blogger_api::User::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_url()

const StringPiece google_blogger_api::User::get_url ( ) const
inline

Get the value of the 'url' attribute.

◆ GetTypeName()

const StringPiece google_blogger_api::User::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_blogger_api::User

◆ has_about()

bool google_blogger_api::User::has_about ( ) const
inline

Determine if the 'about' attribute was set.

Returns
true if the 'about' attribute was set.

◆ has_blogs()

bool google_blogger_api::User::has_blogs ( ) const
inline

Determine if the 'blogs' attribute was set.

Returns
true if the 'blogs' attribute was set.

◆ has_created()

bool google_blogger_api::User::has_created ( ) const
inline

Determine if the 'created' attribute was set.

Returns
true if the 'created' attribute was set.

◆ has_display_name()

bool google_blogger_api::User::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ has_id()

bool google_blogger_api::User::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

bool google_blogger_api::User::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_locale()

bool google_blogger_api::User::has_locale ( ) const
inline

Determine if the 'locale' attribute was set.

Returns
true if the 'locale' attribute was set.

◆ has_self_link()

bool google_blogger_api::User::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_url()

bool google_blogger_api::User::has_url ( ) const
inline

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ mutable_blogs()

UserBlogs google_blogger_api::User::mutable_blogs ( )
inline

Gets a reference to a mutable value of the 'blogs' property.

The container of blogs for this user.

Returns
The result can be modified to change the attribute value.

◆ mutable_locale()

UserLocale google_blogger_api::User::mutable_locale ( )
inline

Gets a reference to a mutable value of the 'locale' property.

This user's locale.

Returns
The result can be modified to change the attribute value.

◆ New()

User * google_blogger_api::User::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_about()

void google_blogger_api::User::set_about ( const StringPiece &  value)
inline

Change the 'about' attribute.

Profile summary information.

Parameters
[in]valueThe new value.

◆ set_created()

void google_blogger_api::User::set_created ( const StringPiece &  value)
inline

Change the 'created' attribute.

The timestamp of when this profile was created, in seconds since epoch.

Parameters
[in]valueThe new value.

◆ set_display_name()

void google_blogger_api::User::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The display name.

Parameters
[in]valueThe new value.

◆ set_id()

void google_blogger_api::User::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

The identifier for this User.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_blogger_api::User::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The kind of this entity. Always blogger::user.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_blogger_api::User::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

The API REST URL to fetch this resource from.

Parameters
[in]valueThe new value.

◆ set_url()

void google_blogger_api::User::set_url ( const StringPiece &  value)
inline

Change the 'url' attribute.

The user's profile page.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: