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

#include <blog_user_info.h>

Inheritance diagram for google_blogger_api::BlogUserInfo:

Public Member Functions

 BlogUserInfo (const Json::Value &storage)
 
 BlogUserInfo (Json::Value *storage)
 
virtual ~BlogUserInfo ()
 
const StringPiece GetTypeName () const
 
bool has_blog () const
 
void clear_blog ()
 
const Blog get_blog () const
 
Blog mutable_blog ()
 
bool has_blog_user_info () const
 
void clear_blog_user_info ()
 
const BlogPerUserInfo get_blog_user_info () const
 
BlogPerUserInfo mutable_blog_user_info ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static BlogUserInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BlogUserInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BlogUserInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BlogUserInfo()

google_blogger_api::BlogUserInfo::~BlogUserInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_blog()

void google_blogger_api::BlogUserInfo::clear_blog ( )
inline

Clears the 'blog' attribute.

◆ clear_blog_user_info()

void google_blogger_api::BlogUserInfo::clear_blog_user_info ( )
inline

Clears the 'blog_user_info' attribute.

◆ clear_kind()

void google_blogger_api::BlogUserInfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_blog()

const Blog google_blogger_api::BlogUserInfo::get_blog ( ) const

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

◆ get_blog_user_info()

const BlogPerUserInfo google_blogger_api::BlogUserInfo::get_blog_user_info ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::BlogUserInfo

◆ has_blog()

bool google_blogger_api::BlogUserInfo::has_blog ( ) const
inline

Determine if the 'blog' attribute was set.

Returns
true if the 'blog' attribute was set.

◆ has_blog_user_info()

bool google_blogger_api::BlogUserInfo::has_blog_user_info ( ) const
inline

Determine if the 'blog_user_info' attribute was set.

Returns
true if the 'blog_user_info' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_blog()

Blog google_blogger_api::BlogUserInfo::mutable_blog ( )

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

The Blog resource.

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

◆ mutable_blog_user_info()

BlogPerUserInfo google_blogger_api::BlogUserInfo::mutable_blog_user_info ( )

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

Information about a User for the Blog.

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

◆ New()

BlogUserInfo * google_blogger_api::BlogUserInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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