#include <child_reference.h>
A reference to a folder's child.
◆ ChildReference() [1/2]
google_drive_api::ChildReference::ChildReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ChildReference() [2/2]
google_drive_api::ChildReference::ChildReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ChildReference()
google_drive_api::ChildReference::~ChildReference |
( |
| ) |
|
|
virtual |
◆ clear_child_link()
void google_drive_api::ChildReference::clear_child_link |
( |
| ) |
|
|
inline |
Clears the 'childLink
' attribute.
◆ clear_id()
void google_drive_api::ChildReference::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_kind()
void google_drive_api::ChildReference::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_self_link()
void google_drive_api::ChildReference::clear_self_link |
( |
| ) |
|
|
inline |
Clears the 'selfLink
' attribute.
◆ get_child_link()
const StringPiece google_drive_api::ChildReference::get_child_link |
( |
| ) |
const |
|
inline |
Get the value of the 'childLink
' attribute.
◆ get_id()
const StringPiece google_drive_api::ChildReference::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_kind()
const StringPiece google_drive_api::ChildReference::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_self_link()
const StringPiece google_drive_api::ChildReference::get_self_link |
( |
| ) |
const |
|
inline |
Get the value of the 'selfLink
' attribute.
◆ GetTypeName()
const StringPiece google_drive_api::ChildReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_child_link()
bool google_drive_api::ChildReference::has_child_link |
( |
| ) |
const |
|
inline |
Determine if the 'childLink
' attribute was set.
- Returns
- true if the '
childLink
' attribute was set.
◆ has_id()
bool google_drive_api::ChildReference::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_kind()
bool google_drive_api::ChildReference::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_self_link()
bool google_drive_api::ChildReference::has_self_link |
( |
| ) |
const |
|
inline |
Determine if the 'selfLink
' attribute was set.
- Returns
- true if the '
selfLink
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_child_link()
void google_drive_api::ChildReference::set_child_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'childLink
' attribute.
A link to the child.
- Parameters
-
◆ set_id()
void google_drive_api::ChildReference::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
The ID of the child.
- Parameters
-
◆ set_kind()
void google_drive_api::ChildReference::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
This is always drive::childReference.
- Parameters
-
◆ set_self_link()
void google_drive_api::ChildReference::set_self_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'selfLink
' attribute.
A link back to this reference.
- Parameters
-
The documentation for this class was generated from the following files: