drive
v2
|
#include <property_list.h>
Public Member Functions | |
PropertyList (const Json::Value &storage) | |
PropertyList (Json::Value *storage) | |
virtual | ~PropertyList () |
const StringPiece | GetTypeName () const |
bool | has_etag () const |
void | clear_etag () |
const StringPiece | get_etag () const |
void | set_etag (const StringPiece &value) |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< Property > | get_items () const |
client::JsonCppArray< Property > | mutable_items () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
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 PropertyList * | New () |
A collection of properties, key-value pairs that are either public or private to an application.
|
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 'etag
' attribute.
|
inline |
Clears the 'items
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Get the value of the 'etag
' attribute.
const client::JsonCppArray<Property > google_drive_api::PropertyList::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'etag
' attribute was set.
etag
' attribute was set.
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set. client::JsonCppArray<Property > google_drive_api::PropertyList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
The list of properties.
|
static |
Creates a new default instance.
|
inline |
|
inline |
|
inline |