#include <post_per_user_info.h>
◆ PostPerUserInfo() [1/2]
google_blogger_api::PostPerUserInfo::PostPerUserInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PostPerUserInfo() [2/2]
google_blogger_api::PostPerUserInfo::PostPerUserInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PostPerUserInfo()
google_blogger_api::PostPerUserInfo::~PostPerUserInfo |
( |
| ) |
|
|
virtual |
◆ clear_blog_id()
void google_blogger_api::PostPerUserInfo::clear_blog_id |
( |
| ) |
|
|
inline |
Clears the 'blogId
' attribute.
◆ clear_has_edit_access()
void google_blogger_api::PostPerUserInfo::clear_has_edit_access |
( |
| ) |
|
|
inline |
Clears the 'hasEditAccess
' attribute.
◆ clear_kind()
void google_blogger_api::PostPerUserInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_post_id()
void google_blogger_api::PostPerUserInfo::clear_post_id |
( |
| ) |
|
|
inline |
Clears the 'postId
' attribute.
◆ clear_user_id()
void google_blogger_api::PostPerUserInfo::clear_user_id |
( |
| ) |
|
|
inline |
Clears the 'userId
' attribute.
◆ get_blog_id()
const StringPiece google_blogger_api::PostPerUserInfo::get_blog_id |
( |
| ) |
const |
|
inline |
Get the value of the 'blogId
' attribute.
◆ get_has_edit_access()
bool google_blogger_api::PostPerUserInfo::get_has_edit_access |
( |
| ) |
const |
|
inline |
Get the value of the 'hasEditAccess
' attribute.
◆ get_kind()
const StringPiece google_blogger_api::PostPerUserInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_post_id()
const StringPiece google_blogger_api::PostPerUserInfo::get_post_id |
( |
| ) |
const |
|
inline |
Get the value of the 'postId
' attribute.
◆ get_user_id()
const StringPiece google_blogger_api::PostPerUserInfo::get_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'userId
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::PostPerUserInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_blog_id()
bool google_blogger_api::PostPerUserInfo::has_blog_id |
( |
| ) |
const |
|
inline |
Determine if the 'blogId
' attribute was set.
- Returns
- true if the '
blogId
' attribute was set.
◆ has_has_edit_access()
bool google_blogger_api::PostPerUserInfo::has_has_edit_access |
( |
| ) |
const |
|
inline |
Determine if the 'hasEditAccess
' attribute was set.
- Returns
- true if the '
hasEditAccess
' attribute was set.
◆ has_kind()
bool google_blogger_api::PostPerUserInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_post_id()
bool google_blogger_api::PostPerUserInfo::has_post_id |
( |
| ) |
const |
|
inline |
Determine if the 'postId
' attribute was set.
- Returns
- true if the '
postId
' attribute was set.
◆ has_user_id()
bool google_blogger_api::PostPerUserInfo::has_user_id |
( |
| ) |
const |
|
inline |
Determine if the 'userId
' attribute was set.
- Returns
- true if the '
userId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_blog_id()
void google_blogger_api::PostPerUserInfo::set_blog_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'blogId
' attribute.
ID of the Blog that the post resource belongs to.
- Parameters
-
◆ set_has_edit_access()
void google_blogger_api::PostPerUserInfo::set_has_edit_access |
( |
bool |
value | ) |
|
|
inline |
Change the 'hasEditAccess
' attribute.
True if the user has Author level access to the post.
- Parameters
-
◆ set_kind()
void google_blogger_api::PostPerUserInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The kind of this entity. Always blogger::postPerUserInfo.
- Parameters
-
◆ set_post_id()
void google_blogger_api::PostPerUserInfo::set_post_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'postId
' attribute.
ID of the Post resource.
- Parameters
-
◆ set_user_id()
void google_blogger_api::PostPerUserInfo::set_user_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'userId
' attribute.
ID of the User.
- Parameters
-
The documentation for this class was generated from the following files: