#include <post_user_info.h>
◆ PostUserInfo() [1/2]
google_blogger_api::PostUserInfo::PostUserInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PostUserInfo() [2/2]
google_blogger_api::PostUserInfo::PostUserInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PostUserInfo()
google_blogger_api::PostUserInfo::~PostUserInfo |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_blogger_api::PostUserInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_post()
void google_blogger_api::PostUserInfo::clear_post |
( |
| ) |
|
|
inline |
Clears the 'post
' attribute.
◆ clear_post_user_info()
void google_blogger_api::PostUserInfo::clear_post_user_info |
( |
| ) |
|
|
inline |
Clears the 'post_user_info
' attribute.
◆ get_kind()
const StringPiece google_blogger_api::PostUserInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_post()
const Post google_blogger_api::PostUserInfo::get_post |
( |
| ) |
const |
Get a reference to the value of the 'post
' attribute.
◆ get_post_user_info()
const PostPerUserInfo google_blogger_api::PostUserInfo::get_post_user_info |
( |
| ) |
const |
Get a reference to the value of the 'post_user_info
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::PostUserInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_blogger_api::PostUserInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_post()
bool google_blogger_api::PostUserInfo::has_post |
( |
| ) |
const |
|
inline |
Determine if the 'post
' attribute was set.
- Returns
- true if the '
post
' attribute was set.
◆ has_post_user_info()
bool google_blogger_api::PostUserInfo::has_post_user_info |
( |
| ) |
const |
|
inline |
Determine if the 'post_user_info
' attribute was set.
- Returns
- true if the '
post_user_info
' attribute was set.
◆ mutable_post()
Post google_blogger_api::PostUserInfo::mutable_post |
( |
| ) |
|
Gets a reference to a mutable value of the 'post
' property.
The Post resource.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_post_user_info()
PostPerUserInfo google_blogger_api::PostUserInfo::mutable_post_user_info |
( |
| ) |
|
Gets a reference to a mutable value of the 'post_user_info
' property.
Information about a User for the Post.
- 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::PostUserInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The kind of this entity. Always blogger::postUserInfo.
- Parameters
-
The documentation for this class was generated from the following files: