#include <usersettings.h>
◆ UsersettingsNotification() [1/2]
google_books_api::Usersettings::UsersettingsNotification::UsersettingsNotification |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UsersettingsNotification() [2/2]
google_books_api::Usersettings::UsersettingsNotification::UsersettingsNotification |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UsersettingsNotification()
google_books_api::Usersettings::UsersettingsNotification::~UsersettingsNotification |
( |
| ) |
|
|
virtual |
◆ clear_match_my_interests()
void google_books_api::Usersettings::UsersettingsNotification::clear_match_my_interests |
( |
| ) |
|
|
inline |
Clears the 'matchMyInterests
' attribute.
◆ clear_more_from_authors()
void google_books_api::Usersettings::UsersettingsNotification::clear_more_from_authors |
( |
| ) |
|
|
inline |
Clears the 'moreFromAuthors
' attribute.
◆ clear_more_from_series()
void google_books_api::Usersettings::UsersettingsNotification::clear_more_from_series |
( |
| ) |
|
|
inline |
Clears the 'moreFromSeries
' attribute.
◆ clear_price_drop()
void google_books_api::Usersettings::UsersettingsNotification::clear_price_drop |
( |
| ) |
|
|
inline |
Clears the 'priceDrop
' attribute.
◆ clear_reward_expirations()
void google_books_api::Usersettings::UsersettingsNotification::clear_reward_expirations |
( |
| ) |
|
|
inline |
Clears the 'rewardExpirations
' attribute.
◆ get_match_my_interests()
Get a reference to the value of the 'matchMyInterests
' attribute.
◆ get_more_from_authors()
Get a reference to the value of the 'moreFromAuthors
' attribute.
◆ get_more_from_series()
Get a reference to the value of the 'moreFromSeries
' attribute.
◆ get_price_drop()
Get a reference to the value of the 'priceDrop
' attribute.
◆ get_reward_expirations()
Get a reference to the value of the 'rewardExpirations
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Usersettings::UsersettingsNotification::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_books_api::UsersettingsNotification
◆ has_match_my_interests()
bool google_books_api::Usersettings::UsersettingsNotification::has_match_my_interests |
( |
| ) |
const |
|
inline |
Determine if the 'matchMyInterests
' attribute was set.
- Returns
- true if the '
matchMyInterests
' attribute was set.
◆ has_more_from_authors()
bool google_books_api::Usersettings::UsersettingsNotification::has_more_from_authors |
( |
| ) |
const |
|
inline |
Determine if the 'moreFromAuthors
' attribute was set.
- Returns
- true if the '
moreFromAuthors
' attribute was set.
◆ has_more_from_series()
bool google_books_api::Usersettings::UsersettingsNotification::has_more_from_series |
( |
| ) |
const |
|
inline |
Determine if the 'moreFromSeries
' attribute was set.
- Returns
- true if the '
moreFromSeries
' attribute was set.
◆ has_price_drop()
bool google_books_api::Usersettings::UsersettingsNotification::has_price_drop |
( |
| ) |
const |
|
inline |
Determine if the 'priceDrop
' attribute was set.
- Returns
- true if the '
priceDrop
' attribute was set.
◆ has_reward_expirations()
bool google_books_api::Usersettings::UsersettingsNotification::has_reward_expirations |
( |
| ) |
const |
|
inline |
Determine if the 'rewardExpirations
' attribute was set.
- Returns
- true if the '
rewardExpirations
' attribute was set.
◆ mutable_matchMyInterests()
Gets a reference to a mutable value of the 'matchMyInterests
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_moreFromAuthors()
Gets a reference to a mutable value of the 'moreFromAuthors
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_moreFromSeries()
Gets a reference to a mutable value of the 'moreFromSeries
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_priceDrop()
Gets a reference to a mutable value of the 'priceDrop
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_rewardExpirations()
Gets a reference to a mutable value of the 'rewardExpirations
' 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.
The documentation for this class was generated from the following files: