blogger  v3
Public Member Functions | Static Public Member Functions | List of all members
google_blogger_api::PostUserInfo Class Reference

#include <post_user_info.h>

Inheritance diagram for google_blogger_api::PostUserInfo:

Public Member Functions

 PostUserInfo (const Json::Value &storage)
 
 PostUserInfo (Json::Value *storage)
 
virtual ~PostUserInfo ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_post () const
 
void clear_post ()
 
const Post get_post () const
 
Post mutable_post ()
 
bool has_post_user_info () const
 
void clear_post_user_info ()
 
const PostPerUserInfo get_post_user_info () const
 
PostPerUserInfo mutable_post_user_info ()
 

Static Public Member Functions

static PostUserInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PostUserInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PostUserInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PostUserInfo()

google_blogger_api::PostUserInfo::~PostUserInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_blogger_api::PostUserInfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_post()

void google_blogger_api::PostUserInfo::clear_post ( )
inline

Clears the 'post' attribute.

◆ clear_post_user_info()

void google_blogger_api::PostUserInfo::clear_post_user_info ( )
inline

Clears the 'post_user_info' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_post()

const Post google_blogger_api::PostUserInfo::get_post ( ) const

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

◆ get_post_user_info()

const PostPerUserInfo google_blogger_api::PostUserInfo::get_post_user_info ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::PostUserInfo

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_post()

bool google_blogger_api::PostUserInfo::has_post ( ) const
inline

Determine if the 'post' attribute was set.

Returns
true if the 'post' attribute was set.

◆ has_post_user_info()

bool google_blogger_api::PostUserInfo::has_post_user_info ( ) const
inline

Determine if the 'post_user_info' attribute was set.

Returns
true if the 'post_user_info' attribute was set.

◆ mutable_post()

Post google_blogger_api::PostUserInfo::mutable_post ( )

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

The Post resource.

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

◆ mutable_post_user_info()

PostPerUserInfo google_blogger_api::PostUserInfo::mutable_post_user_info ( )

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

Information about a User for the Post.

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

◆ New()

PostUserInfo * google_blogger_api::PostUserInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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