blogger
v2
|
#include <user.h>
Public Member Functions | |
UserBlogs (const Json::Value &storage) | |
UserBlogs (Json::Value *storage) | |
virtual | ~UserBlogs () |
const StringPiece | GetTypeName () const |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
Static Public Member Functions | |
static UserBlogs * | New () |
The container of blogs for this user.
|
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 'selfLink
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_blogger_api::UserBlogs
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'selfLink
' attribute.
The URL of the Blogs for this user.
[in] | value | The new value. |