#include <blog_user_info.h>
◆ BlogUserInfo() [1/2]
google_blogger_api::BlogUserInfo::BlogUserInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BlogUserInfo() [2/2]
google_blogger_api::BlogUserInfo::BlogUserInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BlogUserInfo()
google_blogger_api::BlogUserInfo::~BlogUserInfo |
( |
| ) |
|
|
virtual |
◆ clear_blog()
void google_blogger_api::BlogUserInfo::clear_blog |
( |
| ) |
|
|
inline |
Clears the 'blog
' attribute.
◆ clear_blog_user_info()
void google_blogger_api::BlogUserInfo::clear_blog_user_info |
( |
| ) |
|
|
inline |
Clears the 'blog_user_info
' attribute.
◆ clear_kind()
void google_blogger_api::BlogUserInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_blog()
const Blog google_blogger_api::BlogUserInfo::get_blog |
( |
| ) |
const |
Get a reference to the value of the 'blog
' attribute.
◆ get_blog_user_info()
const BlogPerUserInfo google_blogger_api::BlogUserInfo::get_blog_user_info |
( |
| ) |
const |
Get a reference to the value of the 'blog_user_info
' attribute.
◆ get_kind()
const StringPiece google_blogger_api::BlogUserInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::BlogUserInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_blog()
bool google_blogger_api::BlogUserInfo::has_blog |
( |
| ) |
const |
|
inline |
Determine if the 'blog
' attribute was set.
- Returns
- true if the '
blog
' attribute was set.
◆ has_blog_user_info()
bool google_blogger_api::BlogUserInfo::has_blog_user_info |
( |
| ) |
const |
|
inline |
Determine if the 'blog_user_info
' attribute was set.
- Returns
- true if the '
blog_user_info
' attribute was set.
◆ has_kind()
bool google_blogger_api::BlogUserInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ mutable_blog()
Blog google_blogger_api::BlogUserInfo::mutable_blog |
( |
| ) |
|
Gets a reference to a mutable value of the 'blog
' property.
The Blog resource.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_blog_user_info()
BlogPerUserInfo google_blogger_api::BlogUserInfo::mutable_blog_user_info |
( |
| ) |
|
Gets a reference to a mutable value of the 'blog_user_info
' property.
Information about a User for the Blog.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_blogger_api::BlogUserInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The kind of this entity. Always blogger::blogUserInfo.
- Parameters
-
The documentation for this class was generated from the following files: