blogger
v2
|
#include <blog.h>
Public Member Functions | |
BlogPosts (const Json::Value &storage) | |
BlogPosts (Json::Value *storage) | |
virtual | ~BlogPosts () |
const StringPiece | GetTypeName () const |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< Post > | get_items () const |
client::JsonCppArray< Post > | mutable_items () |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
bool | has_total_items () const |
void | clear_total_items () |
int32 | get_total_items () const |
void | set_total_items (int32 value) |
Static Public Member Functions | |
static BlogPosts * | New () |
The container of posts in this blog.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'items
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Clears the 'totalItems
' attribute.
const client::JsonCppArray<Post > google_blogger_api::Blog::BlogPosts::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Get the value of the 'totalItems
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_blogger_api::BlogPosts
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
inline |
Determine if the 'totalItems
' attribute was set.
totalItems
' attribute was set. client::JsonCppArray<Post > google_blogger_api::Blog::BlogPosts::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
The List of Posts for this Blog.
|
static |
Creates a new default instance.
|
inline |
Change the 'selfLink
' attribute.
The URL of the container for posts in this blog.
[in] | value | The new value. |
|
inline |
Change the 'totalItems
' attribute.
The count of posts in this blog.
[in] | value | The new value. |