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

#include <post_per_user_info.h>

Inheritance diagram for google_blogger_api::PostPerUserInfo:

Public Member Functions

 PostPerUserInfo (const Json::Value &storage)
 
 PostPerUserInfo (Json::Value *storage)
 
virtual ~PostPerUserInfo ()
 
const StringPiece GetTypeName () const
 
bool has_blog_id () const
 
void clear_blog_id ()
 
const StringPiece get_blog_id () const
 
void set_blog_id (const StringPiece &value)
 
bool has_has_edit_access () const
 
void clear_has_edit_access ()
 
bool get_has_edit_access () const
 
void set_has_edit_access (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_post_id () const
 
void clear_post_id ()
 
const StringPiece get_post_id () const
 
void set_post_id (const StringPiece &value)
 
bool has_user_id () const
 
void clear_user_id ()
 
const StringPiece get_user_id () const
 
void set_user_id (const StringPiece &value)
 

Static Public Member Functions

static PostPerUserInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PostPerUserInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PostPerUserInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PostPerUserInfo()

google_blogger_api::PostPerUserInfo::~PostPerUserInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_blog_id()

void google_blogger_api::PostPerUserInfo::clear_blog_id ( )
inline

Clears the 'blogId' attribute.

◆ clear_has_edit_access()

void google_blogger_api::PostPerUserInfo::clear_has_edit_access ( )
inline

Clears the 'hasEditAccess' attribute.

◆ clear_kind()

void google_blogger_api::PostPerUserInfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_post_id()

void google_blogger_api::PostPerUserInfo::clear_post_id ( )
inline

Clears the 'postId' attribute.

◆ clear_user_id()

void google_blogger_api::PostPerUserInfo::clear_user_id ( )
inline

Clears the 'userId' attribute.

◆ get_blog_id()

const StringPiece google_blogger_api::PostPerUserInfo::get_blog_id ( ) const
inline

Get the value of the 'blogId' attribute.

◆ get_has_edit_access()

bool google_blogger_api::PostPerUserInfo::get_has_edit_access ( ) const
inline

Get the value of the 'hasEditAccess' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_post_id()

const StringPiece google_blogger_api::PostPerUserInfo::get_post_id ( ) const
inline

Get the value of the 'postId' attribute.

◆ get_user_id()

const StringPiece google_blogger_api::PostPerUserInfo::get_user_id ( ) const
inline

Get the value of the 'userId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::PostPerUserInfo

◆ has_blog_id()

bool google_blogger_api::PostPerUserInfo::has_blog_id ( ) const
inline

Determine if the 'blogId' attribute was set.

Returns
true if the 'blogId' attribute was set.

◆ has_has_edit_access()

bool google_blogger_api::PostPerUserInfo::has_has_edit_access ( ) const
inline

Determine if the 'hasEditAccess' attribute was set.

Returns
true if the 'hasEditAccess' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_post_id()

bool google_blogger_api::PostPerUserInfo::has_post_id ( ) const
inline

Determine if the 'postId' attribute was set.

Returns
true if the 'postId' attribute was set.

◆ has_user_id()

bool google_blogger_api::PostPerUserInfo::has_user_id ( ) const
inline

Determine if the 'userId' attribute was set.

Returns
true if the 'userId' attribute was set.

◆ New()

PostPerUserInfo * google_blogger_api::PostPerUserInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_blog_id()

void google_blogger_api::PostPerUserInfo::set_blog_id ( const StringPiece &  value)
inline

Change the 'blogId' attribute.

ID of the Blog that the post resource belongs to.

Parameters
[in]valueThe new value.

◆ set_has_edit_access()

void google_blogger_api::PostPerUserInfo::set_has_edit_access ( bool  value)
inline

Change the 'hasEditAccess' attribute.

True if the user has Author level access to the post.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_post_id()

void google_blogger_api::PostPerUserInfo::set_post_id ( const StringPiece &  value)
inline

Change the 'postId' attribute.

ID of the Post resource.

Parameters
[in]valueThe new value.

◆ set_user_id()

void google_blogger_api::PostPerUserInfo::set_user_id ( const StringPiece &  value)
inline

Change the 'userId' attribute.

ID of the User.

Parameters
[in]valueThe new value.

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