#include <blog.h>
The locale this Blog is set to.
◆ BlogLocale() [1/2]
google_blogger_api::Blog::BlogLocale::BlogLocale |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BlogLocale() [2/2]
google_blogger_api::Blog::BlogLocale::BlogLocale |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BlogLocale()
google_blogger_api::Blog::BlogLocale::~BlogLocale |
( |
| ) |
|
|
virtual |
◆ clear_country()
void google_blogger_api::Blog::BlogLocale::clear_country |
( |
| ) |
|
|
inline |
Clears the 'country
' attribute.
◆ clear_language()
void google_blogger_api::Blog::BlogLocale::clear_language |
( |
| ) |
|
|
inline |
Clears the 'language
' attribute.
◆ clear_variant()
void google_blogger_api::Blog::BlogLocale::clear_variant |
( |
| ) |
|
|
inline |
Clears the 'variant
' attribute.
◆ get_country()
const StringPiece google_blogger_api::Blog::BlogLocale::get_country |
( |
| ) |
const |
|
inline |
Get the value of the 'country
' attribute.
◆ get_language()
const StringPiece google_blogger_api::Blog::BlogLocale::get_language |
( |
| ) |
const |
|
inline |
Get the value of the 'language
' attribute.
◆ get_variant()
const StringPiece google_blogger_api::Blog::BlogLocale::get_variant |
( |
| ) |
const |
|
inline |
Get the value of the 'variant
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::Blog::BlogLocale::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_blogger_api::BlogLocale
◆ has_country()
bool google_blogger_api::Blog::BlogLocale::has_country |
( |
| ) |
const |
|
inline |
Determine if the 'country
' attribute was set.
- Returns
- true if the '
country
' attribute was set.
◆ has_language()
bool google_blogger_api::Blog::BlogLocale::has_language |
( |
| ) |
const |
|
inline |
Determine if the 'language
' attribute was set.
- Returns
- true if the '
language
' attribute was set.
◆ has_variant()
bool google_blogger_api::Blog::BlogLocale::has_variant |
( |
| ) |
const |
|
inline |
Determine if the 'variant
' attribute was set.
- Returns
- true if the '
variant
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_country()
void google_blogger_api::Blog::BlogLocale::set_country |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'country
' attribute.
The country this blog's locale is set to.
- Parameters
-
◆ set_language()
void google_blogger_api::Blog::BlogLocale::set_language |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'language
' attribute.
The language this blog is authored in.
- Parameters
-
◆ set_variant()
void google_blogger_api::Blog::BlogLocale::set_variant |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'variant
' attribute.
The language variant this blog is authored in.
- Parameters
-
The documentation for this class was generated from the following files:
- google/blogger_api/blog.h
- google/blogger_api/blog.cc