#include <offers.h>
◆ OffersItems() [1/2]
google_books_api::Offers::OffersItems::OffersItems |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ OffersItems() [2/2]
google_books_api::Offers::OffersItems::OffersItems |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~OffersItems()
google_books_api::Offers::OffersItems::~OffersItems |
( |
| ) |
|
|
virtual |
◆ clear_art_url()
void google_books_api::Offers::OffersItems::clear_art_url |
( |
| ) |
|
|
inline |
Clears the 'artUrl
' attribute.
◆ clear_gservices_key()
void google_books_api::Offers::OffersItems::clear_gservices_key |
( |
| ) |
|
|
inline |
Clears the 'gservicesKey
' attribute.
◆ clear_id()
void google_books_api::Offers::OffersItems::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_items()
void google_books_api::Offers::OffersItems::clear_items |
( |
| ) |
|
|
inline |
Clears the 'items
' attribute.
◆ get_art_url()
const StringPiece google_books_api::Offers::OffersItems::get_art_url |
( |
| ) |
const |
|
inline |
Get the value of the 'artUrl
' attribute.
◆ get_gservices_key()
const StringPiece google_books_api::Offers::OffersItems::get_gservices_key |
( |
| ) |
const |
|
inline |
Get the value of the 'gservicesKey
' attribute.
◆ get_id()
const StringPiece google_books_api::Offers::OffersItems::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_items()
const client::JsonCppArray<OffersItemsItems > google_books_api::Offers::OffersItems::get_items |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'items
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Offers::OffersItems::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_books_api::OffersItems
◆ has_art_url()
bool google_books_api::Offers::OffersItems::has_art_url |
( |
| ) |
const |
|
inline |
Determine if the 'artUrl
' attribute was set.
- Returns
- true if the '
artUrl
' attribute was set.
◆ has_gservices_key()
bool google_books_api::Offers::OffersItems::has_gservices_key |
( |
| ) |
const |
|
inline |
Determine if the 'gservicesKey
' attribute was set.
- Returns
- true if the '
gservicesKey
' attribute was set.
◆ has_id()
bool google_books_api::Offers::OffersItems::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_items()
bool google_books_api::Offers::OffersItems::has_items |
( |
| ) |
const |
|
inline |
Determine if the 'items
' attribute was set.
- Returns
- true if the '
items
' attribute was set.
◆ mutable_items()
client::JsonCppArray<OffersItemsItems > google_books_api::Offers::OffersItems::mutable_items |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'items
' 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_art_url()
void google_books_api::Offers::OffersItems::set_art_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'artUrl
' attribute.
- Parameters
-
◆ set_gservices_key()
void google_books_api::Offers::OffersItems::set_gservices_key |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'gservicesKey
' attribute.
- Parameters
-
◆ set_id()
void google_books_api::Offers::OffersItems::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
- Parameters
-
The documentation for this class was generated from the following files:
- google/books_api/offers.h
- google/books_api/offers.cc