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

#include <series.h>

Inheritance diagram for google_books_api::Series:

Classes

class  SeriesSeries
 

Public Member Functions

 Series (const Json::Value &storage)
 
 Series (Json::Value *storage)
 
virtual ~Series ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_series () const
 
void clear_series ()
 
const client::JsonCppArray< SeriesSeriesget_series () const
 
client::JsonCppArray< SeriesSeriesmutable_series ()
 

Static Public Member Functions

static SeriesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Series() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Series() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Series()

google_books_api::Series::~Series ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_books_api::Series::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_series()

void google_books_api::Series::clear_series ( )
inline

Clears the 'series' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_series()

const client::JsonCppArray<SeriesSeries > google_books_api::Series::get_series ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::Series

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_series()

bool google_books_api::Series::has_series ( ) const
inline

Determine if the 'series' attribute was set.

Returns
true if the 'series' attribute was set.

◆ mutable_series()

client::JsonCppArray<SeriesSeries > google_books_api::Series::mutable_series ( )
inline

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

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

◆ New()

Series * google_books_api::Series::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

Resource type.

Parameters
[in]valueThe new value.

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