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

#include <blog_per_user_info.h>

Inheritance diagram for google_blogger_api::BlogPerUserInfo:

Public Member Functions

 BlogPerUserInfo (const Json::Value &storage)
 
 BlogPerUserInfo (Json::Value *storage)
 
virtual ~BlogPerUserInfo ()
 
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_admin_access () const
 
void clear_has_admin_access ()
 
bool get_has_admin_access () const
 
void set_has_admin_access (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_photos_album_key () const
 
void clear_photos_album_key ()
 
const StringPiece get_photos_album_key () const
 
void set_photos_album_key (const StringPiece &value)
 
bool has_role () const
 
void clear_role ()
 
const StringPiece get_role () const
 
void set_role (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 BlogPerUserInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BlogPerUserInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BlogPerUserInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BlogPerUserInfo()

google_blogger_api::BlogPerUserInfo::~BlogPerUserInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_blog_id()

void google_blogger_api::BlogPerUserInfo::clear_blog_id ( )
inline

Clears the 'blogId' attribute.

◆ clear_has_admin_access()

void google_blogger_api::BlogPerUserInfo::clear_has_admin_access ( )
inline

Clears the 'hasAdminAccess' attribute.

◆ clear_kind()

void google_blogger_api::BlogPerUserInfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_photos_album_key()

void google_blogger_api::BlogPerUserInfo::clear_photos_album_key ( )
inline

Clears the 'photosAlbumKey' attribute.

◆ clear_role()

void google_blogger_api::BlogPerUserInfo::clear_role ( )
inline

Clears the 'role' attribute.

◆ clear_user_id()

void google_blogger_api::BlogPerUserInfo::clear_user_id ( )
inline

Clears the 'userId' attribute.

◆ get_blog_id()

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

Get the value of the 'blogId' attribute.

◆ get_has_admin_access()

bool google_blogger_api::BlogPerUserInfo::get_has_admin_access ( ) const
inline

Get the value of the 'hasAdminAccess' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_photos_album_key()

const StringPiece google_blogger_api::BlogPerUserInfo::get_photos_album_key ( ) const
inline

Get the value of the 'photosAlbumKey' attribute.

◆ get_role()

const StringPiece google_blogger_api::BlogPerUserInfo::get_role ( ) const
inline

Get the value of the 'role' attribute.

◆ get_user_id()

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

Get the value of the 'userId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::BlogPerUserInfo

◆ has_blog_id()

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

Determine if the 'blogId' attribute was set.

Returns
true if the 'blogId' attribute was set.

◆ has_has_admin_access()

bool google_blogger_api::BlogPerUserInfo::has_has_admin_access ( ) const
inline

Determine if the 'hasAdminAccess' attribute was set.

Returns
true if the 'hasAdminAccess' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_photos_album_key()

bool google_blogger_api::BlogPerUserInfo::has_photos_album_key ( ) const
inline

Determine if the 'photosAlbumKey' attribute was set.

Returns
true if the 'photosAlbumKey' attribute was set.

◆ has_role()

bool google_blogger_api::BlogPerUserInfo::has_role ( ) const
inline

Determine if the 'role' attribute was set.

Returns
true if the 'role' attribute was set.

◆ has_user_id()

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

Determine if the 'userId' attribute was set.

Returns
true if the 'userId' attribute was set.

◆ New()

BlogPerUserInfo * google_blogger_api::BlogPerUserInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_blog_id()

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

Change the 'blogId' attribute.

ID of the Blog resource.

Parameters
[in]valueThe new value.

◆ set_has_admin_access()

void google_blogger_api::BlogPerUserInfo::set_has_admin_access ( bool  value)
inline

Change the 'hasAdminAccess' attribute.

True if the user has Admin level access to the blog.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_photos_album_key()

void google_blogger_api::BlogPerUserInfo::set_photos_album_key ( const StringPiece &  value)
inline

Change the 'photosAlbumKey' attribute.

The Photo Album Key for the user when adding photos to the blog.

Parameters
[in]valueThe new value.

◆ set_role()

void google_blogger_api::BlogPerUserInfo::set_role ( const StringPiece &  value)
inline

Change the 'role' attribute.

Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).

Parameters
[in]valueThe new value.

◆ set_user_id()

void google_blogger_api::BlogPerUserInfo::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: