youtube
v3
|
#include <channel_section_content_details.h>
Public Member Functions | |
ChannelSectionContentDetails (const Json::Value &storage) | |
ChannelSectionContentDetails (Json::Value *storage) | |
virtual | ~ChannelSectionContentDetails () |
const StringPiece | GetTypeName () const |
bool | has_channels () const |
void | clear_channels () |
const client::JsonCppArray< string > | get_channels () const |
client::JsonCppArray< string > | mutable_channels () |
bool | has_playlists () const |
void | clear_playlists () |
const client::JsonCppArray< string > | get_playlists () const |
client::JsonCppArray< string > | mutable_playlists () |
Static Public Member Functions | |
static ChannelSectionContentDetails * | New () |
Details about a channelsection, including playlists and channels.
|
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 'channels
' attribute.
|
inline |
Clears the 'playlists
' attribute.
|
inline |
Get a reference to the value of the 'channels
' attribute.
|
inline |
Get a reference to the value of the 'playlists
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'channels
' attribute was set.
channels
' attribute was set.
|
inline |
Determine if the 'playlists
' attribute was set.
playlists
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'channels
' property.
The channel ids for type multiple_channels.
|
inline |
Gets a reference to a mutable value of the 'playlists
' property.
The playlist ids for type single_playlist and multiple_playlists. For singlePlaylist, only one playlistId is allowed.
|
static |
Creates a new default instance.