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

#include <blog.h>

Inheritance diagram for google_blogger_api::Blog:

Classes

class  BlogLocale
 
class  BlogPages
 
class  BlogPosts
 

Public Member Functions

 Blog (const Json::Value &storage)
 
 Blog (Json::Value *storage)
 
virtual ~Blog ()
 
const StringPiece GetTypeName () const
 
bool has_custom_meta_data () const
 
void clear_custom_meta_data ()
 
const StringPiece get_custom_meta_data () const
 
void set_custom_meta_data (const StringPiece &value)
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_locale () const
 
void clear_locale ()
 
const BlogLocale get_locale () const
 
BlogLocale mutable_locale ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_pages () const
 
void clear_pages ()
 
const BlogPages get_pages () const
 
BlogPages mutable_pages ()
 
bool has_posts () const
 
void clear_posts ()
 
const BlogPosts get_posts () const
 
BlogPosts mutable_posts ()
 
bool has_published () const
 
void clear_published ()
 
const StringPiece get_published () const
 
void set_published (const StringPiece &value)
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_status () const
 
void clear_status ()
 
const StringPiece get_status () const
 
void set_status (const StringPiece &value)
 
bool has_updated () const
 
void clear_updated ()
 
const StringPiece get_updated () const
 
void set_updated (const StringPiece &value)
 
bool has_url () const
 
void clear_url ()
 
const StringPiece get_url () const
 
void set_url (const StringPiece &value)
 

Static Public Member Functions

static BlogNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Blog() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Blog() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Blog()

google_blogger_api::Blog::~Blog ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_custom_meta_data()

void google_blogger_api::Blog::clear_custom_meta_data ( )
inline

Clears the 'customMetaData' attribute.

◆ clear_description()

void google_blogger_api::Blog::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_id()

void google_blogger_api::Blog::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_blogger_api::Blog::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_locale()

void google_blogger_api::Blog::clear_locale ( )
inline

Clears the 'locale' attribute.

◆ clear_name()

void google_blogger_api::Blog::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_pages()

void google_blogger_api::Blog::clear_pages ( )
inline

Clears the 'pages' attribute.

◆ clear_posts()

void google_blogger_api::Blog::clear_posts ( )
inline

Clears the 'posts' attribute.

◆ clear_published()

void google_blogger_api::Blog::clear_published ( )
inline

Clears the 'published' attribute.

◆ clear_self_link()

void google_blogger_api::Blog::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_status()

void google_blogger_api::Blog::clear_status ( )
inline

Clears the 'status' attribute.

◆ clear_updated()

void google_blogger_api::Blog::clear_updated ( )
inline

Clears the 'updated' attribute.

◆ clear_url()

void google_blogger_api::Blog::clear_url ( )
inline

Clears the 'url' attribute.

◆ get_custom_meta_data()

const StringPiece google_blogger_api::Blog::get_custom_meta_data ( ) const
inline

Get the value of the 'customMetaData' attribute.

◆ get_description()

const StringPiece google_blogger_api::Blog::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_id()

const StringPiece google_blogger_api::Blog::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_locale()

const BlogLocale google_blogger_api::Blog::get_locale ( ) const
inline

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

◆ get_name()

const StringPiece google_blogger_api::Blog::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_pages()

const BlogPages google_blogger_api::Blog::get_pages ( ) const
inline

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

◆ get_posts()

const BlogPosts google_blogger_api::Blog::get_posts ( ) const
inline

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

◆ get_published()

const StringPiece google_blogger_api::Blog::get_published ( ) const
inline

Get the value of the 'published' attribute.

◆ get_self_link()

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

Get the value of the 'selfLink' attribute.

◆ get_status()

const StringPiece google_blogger_api::Blog::get_status ( ) const
inline

Get the value of the 'status' attribute.

◆ get_updated()

const StringPiece google_blogger_api::Blog::get_updated ( ) const
inline

Get the value of the 'updated' attribute.

◆ get_url()

const StringPiece google_blogger_api::Blog::get_url ( ) const
inline

Get the value of the 'url' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::Blog

◆ has_custom_meta_data()

bool google_blogger_api::Blog::has_custom_meta_data ( ) const
inline

Determine if the 'customMetaData' attribute was set.

Returns
true if the 'customMetaData' attribute was set.

◆ has_description()

bool google_blogger_api::Blog::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_id()

bool google_blogger_api::Blog::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_locale()

bool google_blogger_api::Blog::has_locale ( ) const
inline

Determine if the 'locale' attribute was set.

Returns
true if the 'locale' attribute was set.

◆ has_name()

bool google_blogger_api::Blog::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_pages()

bool google_blogger_api::Blog::has_pages ( ) const
inline

Determine if the 'pages' attribute was set.

Returns
true if the 'pages' attribute was set.

◆ has_posts()

bool google_blogger_api::Blog::has_posts ( ) const
inline

Determine if the 'posts' attribute was set.

Returns
true if the 'posts' attribute was set.

◆ has_published()

bool google_blogger_api::Blog::has_published ( ) const
inline

Determine if the 'published' attribute was set.

Returns
true if the 'published' attribute was set.

◆ has_self_link()

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

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_status()

bool google_blogger_api::Blog::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ has_updated()

bool google_blogger_api::Blog::has_updated ( ) const
inline

Determine if the 'updated' attribute was set.

Returns
true if the 'updated' attribute was set.

◆ has_url()

bool google_blogger_api::Blog::has_url ( ) const
inline

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ mutable_locale()

BlogLocale google_blogger_api::Blog::mutable_locale ( )
inline

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

The locale this Blog is set to.

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

◆ mutable_pages()

BlogPages google_blogger_api::Blog::mutable_pages ( )
inline

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

The container of pages in this blog.

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

◆ mutable_posts()

BlogPosts google_blogger_api::Blog::mutable_posts ( )
inline

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

The container of posts in this blog.

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_custom_meta_data()

void google_blogger_api::Blog::set_custom_meta_data ( const StringPiece &  value)
inline

Change the 'customMetaData' attribute.

The JSON custom meta-data for the Blog.

Parameters
[in]valueThe new value.

◆ set_description()

void google_blogger_api::Blog::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

The description of this blog. This is displayed underneath the title.

Parameters
[in]valueThe new value.

◆ set_id()

void google_blogger_api::Blog::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

The identifier for this resource.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

The kind of this entry. Always blogger::blog.

Parameters
[in]valueThe new value.

◆ set_name()

void google_blogger_api::Blog::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name of this blog. This is displayed as the title.

Parameters
[in]valueThe new value.

◆ set_published()

void google_blogger_api::Blog::set_published ( const StringPiece &  value)
inline

Change the 'published' attribute.

RFC 3339 date-time when this blog was published.

Parameters
[in]valueThe new value.

◆ set_self_link()

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

Change the 'selfLink' attribute.

The API REST URL to fetch this resource from.

Parameters
[in]valueThe new value.

◆ set_status()

void google_blogger_api::Blog::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

The status of the blog.

Parameters
[in]valueThe new value.

◆ set_updated()

void google_blogger_api::Blog::set_updated ( const StringPiece &  value)
inline

Change the 'updated' attribute.

RFC 3339 date-time when this blog was last updated.

Parameters
[in]valueThe new value.

◆ set_url()

void google_blogger_api::Blog::set_url ( const StringPiece &  value)
inline

Change the 'url' attribute.

The URL where this blog is published.

Parameters
[in]valueThe new value.

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