#include <blog_per_user_info.h>
◆ BlogPerUserInfo() [1/2]
google_blogger_api::BlogPerUserInfo::BlogPerUserInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BlogPerUserInfo() [2/2]
google_blogger_api::BlogPerUserInfo::BlogPerUserInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BlogPerUserInfo()
google_blogger_api::BlogPerUserInfo::~BlogPerUserInfo |
( |
| ) |
|
|
virtual |
◆ clear_blog_id()
void google_blogger_api::BlogPerUserInfo::clear_blog_id |
( |
| ) |
|
|
inline |
Clears the 'blogId
' attribute.
◆ clear_has_admin_access()
void google_blogger_api::BlogPerUserInfo::clear_has_admin_access |
( |
| ) |
|
|
inline |
Clears the 'hasAdminAccess
' attribute.
◆ clear_kind()
void google_blogger_api::BlogPerUserInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_photos_album_key()
void google_blogger_api::BlogPerUserInfo::clear_photos_album_key |
( |
| ) |
|
|
inline |
Clears the 'photosAlbumKey
' attribute.
◆ clear_role()
void google_blogger_api::BlogPerUserInfo::clear_role |
( |
| ) |
|
|
inline |
Clears the 'role
' attribute.
◆ clear_user_id()
void google_blogger_api::BlogPerUserInfo::clear_user_id |
( |
| ) |
|
|
inline |
Clears the 'userId
' attribute.
◆ get_blog_id()
const StringPiece google_blogger_api::BlogPerUserInfo::get_blog_id |
( |
| ) |
const |
|
inline |
Get the value of the 'blogId
' attribute.
◆ get_has_admin_access()
bool google_blogger_api::BlogPerUserInfo::get_has_admin_access |
( |
| ) |
const |
|
inline |
Get the value of the 'hasAdminAccess
' attribute.
◆ get_kind()
const StringPiece google_blogger_api::BlogPerUserInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_photos_album_key()
const StringPiece google_blogger_api::BlogPerUserInfo::get_photos_album_key |
( |
| ) |
const |
|
inline |
Get the value of the 'photosAlbumKey
' attribute.
◆ get_role()
const StringPiece google_blogger_api::BlogPerUserInfo::get_role |
( |
| ) |
const |
|
inline |
Get the value of the 'role
' attribute.
◆ get_user_id()
const StringPiece google_blogger_api::BlogPerUserInfo::get_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'userId
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::BlogPerUserInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_blog_id()
bool google_blogger_api::BlogPerUserInfo::has_blog_id |
( |
| ) |
const |
|
inline |
Determine if the 'blogId
' attribute was set.
- Returns
- true if the '
blogId
' attribute was set.
◆ has_has_admin_access()
bool google_blogger_api::BlogPerUserInfo::has_has_admin_access |
( |
| ) |
const |
|
inline |
Determine if the 'hasAdminAccess
' attribute was set.
- Returns
- true if the '
hasAdminAccess
' attribute was set.
◆ has_kind()
bool google_blogger_api::BlogPerUserInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_photos_album_key()
bool google_blogger_api::BlogPerUserInfo::has_photos_album_key |
( |
| ) |
const |
|
inline |
Determine if the 'photosAlbumKey
' attribute was set.
- Returns
- true if the '
photosAlbumKey
' attribute was set.
◆ has_role()
bool google_blogger_api::BlogPerUserInfo::has_role |
( |
| ) |
const |
|
inline |
Determine if the 'role
' attribute was set.
- Returns
- true if the '
role
' attribute was set.
◆ has_user_id()
bool google_blogger_api::BlogPerUserInfo::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::BlogPerUserInfo::set_blog_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'blogId
' attribute.
ID of the Blog resource.
- Parameters
-
◆ set_has_admin_access()
void google_blogger_api::BlogPerUserInfo::set_has_admin_access |
( |
bool |
value | ) |
|
|
inline |
Change the 'hasAdminAccess
' attribute.
True if the user has Admin level access to the blog.
- Parameters
-
◆ set_kind()
void google_blogger_api::BlogPerUserInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The kind of this entity. Always blogger::blogPerUserInfo.
- Parameters
-
◆ set_photos_album_key()
void google_blogger_api::BlogPerUserInfo::set_photos_album_key |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'photosAlbumKey
' attribute.
The Photo Album Key for the user when adding photos to the blog.
- Parameters
-
◆ set_role()
void google_blogger_api::BlogPerUserInfo::set_role |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'role
' attribute.
Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
- Parameters
-
◆ set_user_id()
void google_blogger_api::BlogPerUserInfo::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: