#include <user.h>
◆ User() [1/2]
google_blogger_api::User::User |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ User() [2/2]
google_blogger_api::User::User |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~User()
google_blogger_api::User::~User |
( |
| ) |
|
|
virtual |
◆ clear_about()
void google_blogger_api::User::clear_about |
( |
| ) |
|
|
inline |
Clears the 'about
' attribute.
◆ clear_blogs()
void google_blogger_api::User::clear_blogs |
( |
| ) |
|
|
inline |
Clears the 'blogs
' attribute.
◆ clear_created()
void google_blogger_api::User::clear_created |
( |
| ) |
|
|
inline |
Clears the 'created
' attribute.
◆ clear_display_name()
void google_blogger_api::User::clear_display_name |
( |
| ) |
|
|
inline |
Clears the 'displayName
' attribute.
◆ clear_id()
void google_blogger_api::User::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_kind()
void google_blogger_api::User::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_locale()
void google_blogger_api::User::clear_locale |
( |
| ) |
|
|
inline |
Clears the 'locale
' attribute.
◆ clear_self_link()
void google_blogger_api::User::clear_self_link |
( |
| ) |
|
|
inline |
Clears the 'selfLink
' attribute.
◆ clear_url()
void google_blogger_api::User::clear_url |
( |
| ) |
|
|
inline |
Clears the 'url
' attribute.
◆ get_about()
const StringPiece google_blogger_api::User::get_about |
( |
| ) |
const |
|
inline |
Get the value of the 'about
' attribute.
◆ get_blogs()
const UserBlogs google_blogger_api::User::get_blogs |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'blogs
' attribute.
◆ get_created()
const StringPiece google_blogger_api::User::get_created |
( |
| ) |
const |
|
inline |
Get the value of the 'created
' attribute.
◆ get_display_name()
const StringPiece google_blogger_api::User::get_display_name |
( |
| ) |
const |
|
inline |
Get the value of the 'displayName
' attribute.
◆ get_id()
const StringPiece google_blogger_api::User::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_kind()
const StringPiece google_blogger_api::User::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_locale()
const UserLocale google_blogger_api::User::get_locale |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'locale
' attribute.
◆ get_self_link()
const StringPiece google_blogger_api::User::get_self_link |
( |
| ) |
const |
|
inline |
Get the value of the 'selfLink
' attribute.
◆ get_url()
const StringPiece google_blogger_api::User::get_url |
( |
| ) |
const |
|
inline |
Get the value of the 'url
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::User::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_about()
bool google_blogger_api::User::has_about |
( |
| ) |
const |
|
inline |
Determine if the 'about
' attribute was set.
- Returns
- true if the '
about
' attribute was set.
◆ has_blogs()
bool google_blogger_api::User::has_blogs |
( |
| ) |
const |
|
inline |
Determine if the 'blogs
' attribute was set.
- Returns
- true if the '
blogs
' attribute was set.
◆ has_created()
bool google_blogger_api::User::has_created |
( |
| ) |
const |
|
inline |
Determine if the 'created
' attribute was set.
- Returns
- true if the '
created
' attribute was set.
◆ has_display_name()
bool google_blogger_api::User::has_display_name |
( |
| ) |
const |
|
inline |
Determine if the 'displayName
' attribute was set.
- Returns
- true if the '
displayName
' attribute was set.
◆ has_id()
bool google_blogger_api::User::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_kind()
bool google_blogger_api::User::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_locale()
bool google_blogger_api::User::has_locale |
( |
| ) |
const |
|
inline |
Determine if the 'locale
' attribute was set.
- Returns
- true if the '
locale
' attribute was set.
◆ has_self_link()
bool google_blogger_api::User::has_self_link |
( |
| ) |
const |
|
inline |
Determine if the 'selfLink
' attribute was set.
- Returns
- true if the '
selfLink
' attribute was set.
◆ has_url()
bool google_blogger_api::User::has_url |
( |
| ) |
const |
|
inline |
Determine if the 'url
' attribute was set.
- Returns
- true if the '
url
' attribute was set.
◆ mutable_blogs()
UserBlogs google_blogger_api::User::mutable_blogs |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'blogs
' property.
The container of blogs for this user.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_locale()
UserLocale google_blogger_api::User::mutable_locale |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'locale
' property.
This user's locale.
- Returns
- The result can be modified to change the attribute value.
◆ New()
User * google_blogger_api::User::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_about()
void google_blogger_api::User::set_about |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'about
' attribute.
Profile summary information.
- Parameters
-
◆ set_created()
void google_blogger_api::User::set_created |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'created
' attribute.
The timestamp of when this profile was created, in seconds since epoch.
- Parameters
-
◆ set_display_name()
void google_blogger_api::User::set_display_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'displayName
' attribute.
The display name.
- Parameters
-
◆ set_id()
void google_blogger_api::User::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
The identifier for this User.
- Parameters
-
◆ set_kind()
void google_blogger_api::User::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The kind of this entity. Always blogger::user.
- Parameters
-
◆ set_self_link()
void google_blogger_api::User::set_self_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'selfLink
' attribute.
The API REST URL to fetch this resource from.
- Parameters
-
◆ set_url()
void google_blogger_api::User::set_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'url
' attribute.
The user's profile page.
- Parameters
-
The documentation for this class was generated from the following files:
- google/blogger_api/user.h
- google/blogger_api/user.cc