|
youtube
v3
|
#include <activity_content_details_playlist_item.h>
Public Member Functions | |
| ActivityContentDetailsPlaylistItem (const Json::Value &storage) | |
| ActivityContentDetailsPlaylistItem (Json::Value *storage) | |
| virtual | ~ActivityContentDetailsPlaylistItem () |
| const StringPiece | GetTypeName () const |
| bool | has_playlist_id () const |
| void | clear_playlist_id () |
| const StringPiece | get_playlist_id () const |
| void | set_playlist_id (const StringPiece &value) |
| bool | has_playlist_item_id () const |
| void | clear_playlist_item_id () |
| const StringPiece | get_playlist_item_id () const |
| void | set_playlist_item_id (const StringPiece &value) |
| bool | has_resource_id () const |
| void | clear_resource_id () |
| const ResourceId | get_resource_id () const |
| ResourceId | mutable_resourceId () |
Static Public Member Functions | |
| static ActivityContentDetailsPlaylistItem * | New () |
Information about a new playlist item.
|
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 'playlistId' attribute.
|
inline |
Clears the 'playlistItemId' attribute.
|
inline |
Clears the 'resourceId' attribute.
|
inline |
Get the value of the 'playlistId' attribute.
|
inline |
Get the value of the 'playlistItemId' attribute.
| const ResourceId google_youtube_api::ActivityContentDetailsPlaylistItem::get_resource_id | ( | ) | const |
Get a reference to the value of the 'resourceId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'playlistId' attribute was set.
playlistId' attribute was set.
|
inline |
Determine if the 'playlistItemId' attribute was set.
playlistItemId' attribute was set.
|
inline |
Determine if the 'resourceId' attribute was set.
resourceId' attribute was set. | ResourceId google_youtube_api::ActivityContentDetailsPlaylistItem::mutable_resourceId | ( | ) |
Gets a reference to a mutable value of the 'resourceId' property.
The resourceId object contains information about the resource that was added to the playlist.
|
static |
Creates a new default instance.
|
inline |
Change the 'playlistId' attribute.
The value that YouTube uses to uniquely identify the playlist.
| [in] | value | The new value. |
|
inline |
Change the 'playlistItemId' attribute.
ID of the item within the playlist.
| [in] | value | The new value. |