#include <post.h>
The container of comments on this Post.
◆ PostReplies() [1/2]
google_blogger_api::Post::PostReplies::PostReplies |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PostReplies() [2/2]
google_blogger_api::Post::PostReplies::PostReplies |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PostReplies()
google_blogger_api::Post::PostReplies::~PostReplies |
( |
| ) |
|
|
virtual |
◆ clear_items()
void google_blogger_api::Post::PostReplies::clear_items |
( |
| ) |
|
|
inline |
Clears the 'items
' attribute.
◆ clear_self_link()
void google_blogger_api::Post::PostReplies::clear_self_link |
( |
| ) |
|
|
inline |
Clears the 'selfLink
' attribute.
◆ clear_total_items()
void google_blogger_api::Post::PostReplies::clear_total_items |
( |
| ) |
|
|
inline |
Clears the 'totalItems
' attribute.
◆ get_items()
const client::JsonCppArray<Comment > google_blogger_api::Post::PostReplies::get_items |
( |
| ) |
const |
Get a reference to the value of the 'items
' attribute.
◆ get_self_link()
const StringPiece google_blogger_api::Post::PostReplies::get_self_link |
( |
| ) |
const |
|
inline |
Get the value of the 'selfLink
' attribute.
◆ get_total_items()
int64 google_blogger_api::Post::PostReplies::get_total_items |
( |
| ) |
const |
|
inline |
Get the value of the 'totalItems
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::Post::PostReplies::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_blogger_api::PostReplies
◆ has_items()
bool google_blogger_api::Post::PostReplies::has_items |
( |
| ) |
const |
|
inline |
Determine if the 'items
' attribute was set.
- Returns
- true if the '
items
' attribute was set.
◆ has_self_link()
bool google_blogger_api::Post::PostReplies::has_self_link |
( |
| ) |
const |
|
inline |
Determine if the 'selfLink
' attribute was set.
- Returns
- true if the '
selfLink
' attribute was set.
◆ has_total_items()
bool google_blogger_api::Post::PostReplies::has_total_items |
( |
| ) |
const |
|
inline |
Determine if the 'totalItems
' attribute was set.
- Returns
- true if the '
totalItems
' attribute was set.
◆ mutable_items()
client::JsonCppArray<Comment > google_blogger_api::Post::PostReplies::mutable_items |
( |
| ) |
|
Gets a reference to a mutable value of the 'items
' property.
The List of Comments for this 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_self_link()
void google_blogger_api::Post::PostReplies::set_self_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'selfLink
' attribute.
The URL of the comments on this post.
- Parameters
-
◆ set_total_items()
void google_blogger_api::Post::PostReplies::set_total_items |
( |
int64 |
value | ) |
|
|
inline |
Change the 'totalItems
' attribute.
The count of comments on this post.
- Parameters
-
The documentation for this class was generated from the following files:
- google/blogger_api/post.h
- google/blogger_api/post.cc