#include <setting.h>
◆ Setting() [1/2]
| google_calendar_api::Setting::Setting |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ Setting() [2/2]
| google_calendar_api::Setting::Setting |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~Setting()
| google_calendar_api::Setting::~Setting |
( |
| ) |
|
|
virtual |
◆ clear_etag()
| void google_calendar_api::Setting::clear_etag |
( |
| ) |
|
|
inline |
Clears the 'etag' attribute.
◆ clear_id()
| void google_calendar_api::Setting::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id' attribute.
◆ clear_kind()
| void google_calendar_api::Setting::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_value()
| void google_calendar_api::Setting::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value' attribute.
◆ get_etag()
| const StringPiece google_calendar_api::Setting::get_etag |
( |
| ) |
const |
|
inline |
Get the value of the 'etag' attribute.
◆ get_id()
| const StringPiece google_calendar_api::Setting::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id' attribute.
◆ get_kind()
| const StringPiece google_calendar_api::Setting::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_value()
| const StringPiece google_calendar_api::Setting::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::Setting::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_etag()
| bool google_calendar_api::Setting::has_etag |
( |
| ) |
const |
|
inline |
Determine if the 'etag' attribute was set.
- Returns
- true if the '
etag' attribute was set.
◆ has_id()
| bool google_calendar_api::Setting::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id' attribute was set.
- Returns
- true if the '
id' attribute was set.
◆ has_kind()
| bool google_calendar_api::Setting::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_value()
| bool google_calendar_api::Setting::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value' attribute was set.
- Returns
- true if the '
value' attribute was set.
◆ New()
| Setting * google_calendar_api::Setting::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_etag()
| void google_calendar_api::Setting::set_etag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'etag' attribute.
ETag of the resource.
- Parameters
-
◆ set_id()
| void google_calendar_api::Setting::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id' attribute.
The id of the user setting.
- Parameters
-
◆ set_kind()
| void google_calendar_api::Setting::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
Type of the resource ("calendar#setting").
- Parameters
-
◆ set_value()
| void google_calendar_api::Setting::set_value |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'value' attribute.
Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters.
- Parameters
-
The documentation for this class was generated from the following files:
- google/calendar_api/setting.h
- google/calendar_api/setting.cc