youtube
v3
|
#include <playlist_item_status.h>
Public Member Functions | |
PlaylistItemStatus (const Json::Value &storage) | |
PlaylistItemStatus (Json::Value *storage) | |
virtual | ~PlaylistItemStatus () |
const StringPiece | GetTypeName () const |
bool | has_privacy_status () const |
void | clear_privacy_status () |
const StringPiece | get_privacy_status () const |
void | set_privacy_status (const StringPiece &value) |
Static Public Member Functions | |
static PlaylistItemStatus * | New () |
Information about the playlist item's privacy status.
|
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 'privacyStatus
' attribute.
|
inline |
Get the value of the 'privacyStatus
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'privacyStatus
' attribute was set.
privacyStatus
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'privacyStatus
' attribute.
This resource's privacy status.
[in] | value | The new value. |