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

#include <blog.h>

Inheritance diagram for google_blogger_api::Blog::BlogPages:

Public Member Functions

 BlogPages (const Json::Value &storage)
 
 BlogPages (Json::Value *storage)
 
virtual ~BlogPages ()
 
const StringPiece GetTypeName () const
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_total_items () const
 
void clear_total_items ()
 
int32 get_total_items () const
 
void set_total_items (int32 value)
 

Static Public Member Functions

static BlogPagesNew ()
 

Detailed Description

The container of pages in this blog.

Constructor & Destructor Documentation

◆ BlogPages() [1/2]

google_blogger_api::Blog::BlogPages::BlogPages ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ BlogPages() [2/2]

google_blogger_api::Blog::BlogPages::BlogPages ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~BlogPages()

google_blogger_api::Blog::BlogPages::~BlogPages ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_self_link()

void google_blogger_api::Blog::BlogPages::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_total_items()

void google_blogger_api::Blog::BlogPages::clear_total_items ( )
inline

Clears the 'totalItems' attribute.

◆ get_self_link()

const StringPiece google_blogger_api::Blog::BlogPages::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_total_items()

int32 google_blogger_api::Blog::BlogPages::get_total_items ( ) const
inline

Get the value of the 'totalItems' attribute.

◆ GetTypeName()

const StringPiece google_blogger_api::Blog::BlogPages::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_blogger_api::BlogPages

◆ has_self_link()

bool google_blogger_api::Blog::BlogPages::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_total_items()

bool google_blogger_api::Blog::BlogPages::has_total_items ( ) const
inline

Determine if the 'totalItems' attribute was set.

Returns
true if the 'totalItems' attribute was set.

◆ New()

Blog::BlogPages * google_blogger_api::Blog::BlogPages::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_self_link()

void google_blogger_api::Blog::BlogPages::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

The URL of the container for pages in this blog.

Parameters
[in]valueThe new value.

◆ set_total_items()

void google_blogger_api::Blog::BlogPages::set_total_items ( int32  value)
inline

Change the 'totalItems' attribute.

The count of pages in this blog.

Parameters
[in]valueThe new value.

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