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

#include <volumeseriesinfo.h>

Inheritance diagram for google_books_api::Volumeseriesinfo:

Classes

class  VolumeseriesinfoVolumeSeries
 

Public Member Functions

 Volumeseriesinfo (const Json::Value &storage)
 
 Volumeseriesinfo (Json::Value *storage)
 
virtual ~Volumeseriesinfo ()
 
const StringPiece GetTypeName () const
 
bool has_book_display_number () const
 
void clear_book_display_number ()
 
const StringPiece get_book_display_number () const
 
void set_book_display_number (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_short_series_book_title () const
 
void clear_short_series_book_title ()
 
const StringPiece get_short_series_book_title () const
 
void set_short_series_book_title (const StringPiece &value)
 
bool has_volume_series () const
 
void clear_volume_series ()
 
const client::JsonCppArray< VolumeseriesinfoVolumeSeriesget_volume_series () const
 
client::JsonCppArray< VolumeseriesinfoVolumeSeriesmutable_volumeSeries ()
 

Static Public Member Functions

static VolumeseriesinfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Volumeseriesinfo() [1/2]

google_books_api::Volumeseriesinfo::Volumeseriesinfo ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ Volumeseriesinfo() [2/2]

google_books_api::Volumeseriesinfo::Volumeseriesinfo ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~Volumeseriesinfo()

google_books_api::Volumeseriesinfo::~Volumeseriesinfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_book_display_number()

void google_books_api::Volumeseriesinfo::clear_book_display_number ( )
inline

Clears the 'bookDisplayNumber' attribute.

◆ clear_kind()

void google_books_api::Volumeseriesinfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_short_series_book_title()

void google_books_api::Volumeseriesinfo::clear_short_series_book_title ( )
inline

Clears the 'shortSeriesBookTitle' attribute.

◆ clear_volume_series()

void google_books_api::Volumeseriesinfo::clear_volume_series ( )
inline

Clears the 'volumeSeries' attribute.

◆ get_book_display_number()

const StringPiece google_books_api::Volumeseriesinfo::get_book_display_number ( ) const
inline

Get the value of the 'bookDisplayNumber' attribute.

◆ get_kind()

const StringPiece google_books_api::Volumeseriesinfo::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_short_series_book_title()

const StringPiece google_books_api::Volumeseriesinfo::get_short_series_book_title ( ) const
inline

Get the value of the 'shortSeriesBookTitle' attribute.

◆ get_volume_series()

const client::JsonCppArray<VolumeseriesinfoVolumeSeries > google_books_api::Volumeseriesinfo::get_volume_series ( ) const
inline

Get a reference to the value of the 'volumeSeries' attribute.

◆ GetTypeName()

const StringPiece google_books_api::Volumeseriesinfo::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::Volumeseriesinfo

◆ has_book_display_number()

bool google_books_api::Volumeseriesinfo::has_book_display_number ( ) const
inline

Determine if the 'bookDisplayNumber' attribute was set.

Returns
true if the 'bookDisplayNumber' attribute was set.

◆ has_kind()

bool google_books_api::Volumeseriesinfo::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_short_series_book_title()

bool google_books_api::Volumeseriesinfo::has_short_series_book_title ( ) const
inline

Determine if the 'shortSeriesBookTitle' attribute was set.

Returns
true if the 'shortSeriesBookTitle' attribute was set.

◆ has_volume_series()

bool google_books_api::Volumeseriesinfo::has_volume_series ( ) const
inline

Determine if the 'volumeSeries' attribute was set.

Returns
true if the 'volumeSeries' attribute was set.

◆ mutable_volumeSeries()

client::JsonCppArray<VolumeseriesinfoVolumeSeries > google_books_api::Volumeseriesinfo::mutable_volumeSeries ( )
inline

Gets a reference to a mutable value of the 'volumeSeries' property.

Returns
The result can be modified to change the attribute value.

◆ New()

Volumeseriesinfo * google_books_api::Volumeseriesinfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_book_display_number()

void google_books_api::Volumeseriesinfo::set_book_display_number ( const StringPiece &  value)
inline

Change the 'bookDisplayNumber' attribute.

The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_books_api::Volumeseriesinfo::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Resource type.

Parameters
[in]valueThe new value.

◆ set_short_series_book_title()

void google_books_api::Volumeseriesinfo::set_short_series_book_title ( const StringPiece &  value)
inline

Change the 'shortSeriesBookTitle' attribute.

Short book title in the context of the series.

Parameters
[in]valueThe new value.

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