|
youtube
v3
|
#include <comment_thread_replies.h>
Public Member Functions | |
| CommentThreadReplies (const Json::Value &storage) | |
| CommentThreadReplies (Json::Value *storage) | |
| virtual | ~CommentThreadReplies () |
| const StringPiece | GetTypeName () const |
| bool | has_comments () const |
| void | clear_comments () |
| const client::JsonCppArray< Comment > | get_comments () const |
| client::JsonCppArray< Comment > | mutable_comments () |
Static Public Member Functions | |
| static CommentThreadReplies * | New () |
Comments written in (direct or indirect) reply to the top level comment.
|
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 'comments' attribute.
| const client::JsonCppArray<Comment > google_youtube_api::CommentThreadReplies::get_comments | ( | ) | const |
Get a reference to the value of the 'comments' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'comments' attribute was set.
comments' attribute was set. | client::JsonCppArray<Comment > google_youtube_api::CommentThreadReplies::mutable_comments | ( | ) |
Gets a reference to a mutable value of the 'comments' property.
A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
|
static |
Creates a new default instance.