#include <usersettings.h>
◆ Usersettings() [1/2]
| google_books_api::Usersettings::Usersettings |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ Usersettings() [2/2]
| google_books_api::Usersettings::Usersettings |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~Usersettings()
| google_books_api::Usersettings::~Usersettings |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_books_api::Usersettings::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_notes_export()
| void google_books_api::Usersettings::clear_notes_export |
( |
| ) |
|
|
inline |
Clears the 'notesExport' attribute.
◆ clear_notification()
| void google_books_api::Usersettings::clear_notification |
( |
| ) |
|
|
inline |
Clears the 'notification' attribute.
◆ get_kind()
| const StringPiece google_books_api::Usersettings::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_notes_export()
Get a reference to the value of the 'notesExport' attribute.
◆ get_notification()
Get a reference to the value of the 'notification' attribute.
◆ GetTypeName()
| const StringPiece google_books_api::Usersettings::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_books_api::Usersettings::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_notes_export()
| bool google_books_api::Usersettings::has_notes_export |
( |
| ) |
const |
|
inline |
Determine if the 'notesExport' attribute was set.
- Returns
- true if the '
notesExport' attribute was set.
◆ has_notification()
| bool google_books_api::Usersettings::has_notification |
( |
| ) |
const |
|
inline |
Determine if the 'notification' attribute was set.
- Returns
- true if the '
notification' attribute was set.
◆ mutable_notesExport()
Gets a reference to a mutable value of the 'notesExport' property.
User settings in sub-objects, each for different purposes.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_notification()
Gets a reference to a mutable value of the 'notification' property.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
| void google_books_api::Usersettings::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
Resource type.
- Parameters
-
The documentation for this class was generated from the following files: