#include <blog.h>
◆ Blog() [1/2]
google_blogger_api::Blog::Blog |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Blog()
google_blogger_api::Blog::~Blog |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ 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
-
◆ set_id()
void google_blogger_api::Blog::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
The identifier for this resource.
- Parameters
-
◆ 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
-
◆ 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
-
◆ 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
-
◆ 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
-
◆ set_status()
void google_blogger_api::Blog::set_status |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'status
' attribute.
The status of the blog.
- Parameters
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files:
- google/blogger_api/blog.h
- google/blogger_api/blog.cc