#include <task.h>
◆ TaskLinks() [1/2]
| google_tasks_api::Task::TaskLinks::TaskLinks |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ TaskLinks() [2/2]
| google_tasks_api::Task::TaskLinks::TaskLinks |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~TaskLinks()
| google_tasks_api::Task::TaskLinks::~TaskLinks |
( |
| ) |
|
|
virtual |
◆ clear_description()
| void google_tasks_api::Task::TaskLinks::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description' attribute.
◆ clear_link()
| void google_tasks_api::Task::TaskLinks::clear_link |
( |
| ) |
|
|
inline |
Clears the 'link' attribute.
◆ clear_type()
| void google_tasks_api::Task::TaskLinks::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type' attribute.
◆ get_description()
| const StringPiece google_tasks_api::Task::TaskLinks::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description' attribute.
◆ get_link()
| const StringPiece google_tasks_api::Task::TaskLinks::get_link |
( |
| ) |
const |
|
inline |
Get the value of the 'link' attribute.
◆ get_type()
| const StringPiece google_tasks_api::Task::TaskLinks::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type' attribute.
◆ GetTypeName()
| const StringPiece google_tasks_api::Task::TaskLinks::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_tasks_api::TaskLinks
◆ has_description()
| bool google_tasks_api::Task::TaskLinks::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description' attribute was set.
- Returns
- true if the '
description' attribute was set.
◆ has_link()
| bool google_tasks_api::Task::TaskLinks::has_link |
( |
| ) |
const |
|
inline |
Determine if the 'link' attribute was set.
- Returns
- true if the '
link' attribute was set.
◆ has_type()
| bool google_tasks_api::Task::TaskLinks::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type' attribute was set.
- Returns
- true if the '
type' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
| void google_tasks_api::Task::TaskLinks::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description' attribute.
The description. In HTML speak: Everything between and .
- Parameters
-
◆ set_link()
| void google_tasks_api::Task::TaskLinks::set_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'link' attribute.
The URL.
- Parameters
-
◆ set_type()
| void google_tasks_api::Task::TaskLinks::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type' attribute.
Type of the link, e.g. "email".
- Parameters
-
The documentation for this class was generated from the following files:
- google/tasks_api/task.h
- google/tasks_api/task.cc