books  v1
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_books_api::Offers::OffersItems Class Reference

#include <offers.h>

Inheritance diagram for google_books_api::Offers::OffersItems:

Classes

class  OffersItemsItems
 

Public Member Functions

 OffersItems (const Json::Value &storage)
 
 OffersItems (Json::Value *storage)
 
virtual ~OffersItems ()
 
const StringPiece GetTypeName () const
 
bool has_art_url () const
 
void clear_art_url ()
 
const StringPiece get_art_url () const
 
void set_art_url (const StringPiece &value)
 
bool has_gservices_key () const
 
void clear_gservices_key ()
 
const StringPiece get_gservices_key () const
 
void set_gservices_key (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_items () const
 
void clear_items ()
 
const client::JsonCppArray< OffersItemsItemsget_items () const
 
client::JsonCppArray< OffersItemsItemsmutable_items ()
 

Static Public Member Functions

static OffersItemsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ OffersItems() [1/2]

google_books_api::Offers::OffersItems::OffersItems ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~OffersItems()

google_books_api::Offers::OffersItems::~OffersItems ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

Offers::OffersItems * google_books_api::Offers::OffersItems::New ( )
static

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
[in]valueThe new value.

◆ set_gservices_key()

void google_books_api::Offers::OffersItems::set_gservices_key ( const StringPiece &  value)
inline

Change the 'gservicesKey' attribute.

Parameters
[in]valueThe new value.

◆ set_id()

void google_books_api::Offers::OffersItems::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: