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

#include <page.h>

Inheritance diagram for google_blogger_api::Page:

Classes

class  PageAuthor
 
class  PageBlog
 

Public Member Functions

 Page (const Json::Value &storage)
 
 Page (Json::Value *storage)
 
virtual ~Page ()
 
const StringPiece GetTypeName () const
 
bool has_author () const
 
void clear_author ()
 
const PageAuthor get_author () const
 
PageAuthor mutable_author ()
 
bool has_blog () const
 
void clear_blog ()
 
const PageBlog get_blog () const
 
PageBlog mutable_blog ()
 
bool has_content () const
 
void clear_content ()
 
const StringPiece get_content () const
 
void set_content (const StringPiece &value)
 
bool has_etag () const
 
void clear_etag ()
 
const StringPiece get_etag () const
 
void set_etag (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_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_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (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 PageNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Page() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Page() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Page()

google_blogger_api::Page::~Page ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_author()

void google_blogger_api::Page::clear_author ( )
inline

Clears the 'author' attribute.

◆ clear_blog()

void google_blogger_api::Page::clear_blog ( )
inline

Clears the 'blog' attribute.

◆ clear_content()

void google_blogger_api::Page::clear_content ( )
inline

Clears the 'content' attribute.

◆ clear_etag()

void google_blogger_api::Page::clear_etag ( )
inline

Clears the 'etag' attribute.

◆ clear_id()

void google_blogger_api::Page::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_blogger_api::Page::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_published()

void google_blogger_api::Page::clear_published ( )
inline

Clears the 'published' attribute.

◆ clear_self_link()

void google_blogger_api::Page::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_status()

void google_blogger_api::Page::clear_status ( )
inline

Clears the 'status' attribute.

◆ clear_title()

void google_blogger_api::Page::clear_title ( )
inline

Clears the 'title' attribute.

◆ clear_updated()

void google_blogger_api::Page::clear_updated ( )
inline

Clears the 'updated' attribute.

◆ clear_url()

void google_blogger_api::Page::clear_url ( )
inline

Clears the 'url' attribute.

◆ get_author()

const PageAuthor google_blogger_api::Page::get_author ( ) const
inline

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

◆ get_blog()

const PageBlog google_blogger_api::Page::get_blog ( ) const
inline

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

◆ get_content()

const StringPiece google_blogger_api::Page::get_content ( ) const
inline

Get the value of the 'content' attribute.

◆ get_etag()

const StringPiece google_blogger_api::Page::get_etag ( ) const
inline

Get the value of the 'etag' attribute.

◆ get_id()

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

Get the value of the 'id' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_published()

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

Get the value of the 'published' attribute.

◆ get_self_link()

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

Get the value of the 'selfLink' attribute.

◆ get_status()

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

Get the value of the 'status' attribute.

◆ get_title()

const StringPiece google_blogger_api::Page::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ get_updated()

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

Get the value of the 'updated' attribute.

◆ get_url()

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

Get the value of the 'url' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::Page

◆ has_author()

bool google_blogger_api::Page::has_author ( ) const
inline

Determine if the 'author' attribute was set.

Returns
true if the 'author' attribute was set.

◆ has_blog()

bool google_blogger_api::Page::has_blog ( ) const
inline

Determine if the 'blog' attribute was set.

Returns
true if the 'blog' attribute was set.

◆ has_content()

bool google_blogger_api::Page::has_content ( ) const
inline

Determine if the 'content' attribute was set.

Returns
true if the 'content' attribute was set.

◆ has_etag()

bool google_blogger_api::Page::has_etag ( ) const
inline

Determine if the 'etag' attribute was set.

Returns
true if the 'etag' attribute was set.

◆ has_id()

bool google_blogger_api::Page::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::Page::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_published()

bool google_blogger_api::Page::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::Page::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::Page::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ has_title()

bool google_blogger_api::Page::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ has_updated()

bool google_blogger_api::Page::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::Page::has_url ( ) const
inline

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ mutable_author()

PageAuthor google_blogger_api::Page::mutable_author ( )
inline

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

The author of this Page.

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

◆ mutable_blog()

PageBlog google_blogger_api::Page::mutable_blog ( )
inline

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

Data about the blog containing this Page.

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

◆ New()

Page * google_blogger_api::Page::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_content()

void google_blogger_api::Page::set_content ( const StringPiece &  value)
inline

Change the 'content' attribute.

The body content of this Page, in HTML.

Parameters
[in]valueThe new value.

◆ set_etag()

void google_blogger_api::Page::set_etag ( const StringPiece &  value)
inline

Change the 'etag' attribute.

Etag of the resource.

Parameters
[in]valueThe new value.

◆ set_id()

void google_blogger_api::Page::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::Page::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_published()

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

Change the 'published' attribute.

RFC 3339 date-time when this Page was published.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_blogger_api::Page::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::Page::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

The status of the page for admin resources (either LIVE or DRAFT).

Parameters
[in]valueThe new value.

◆ set_title()

void google_blogger_api::Page::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

The title of this entity. This is the name displayed in the Admin user interface.

Parameters
[in]valueThe new value.

◆ set_updated()

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

Change the 'updated' attribute.

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

Parameters
[in]valueThe new value.

◆ set_url()

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

Change the 'url' attribute.

The URL that this Page is displayed at.

Parameters
[in]valueThe new value.

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