#include <series.h>
◆ Series() [1/2]
google_books_api::Series::Series |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Series()
google_books_api::Series::~Series |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
The documentation for this class was generated from the following files:
- google/books_api/series.h
- google/books_api/series.cc