#include <volumeseriesinfo.h>
◆ Volumeseriesinfo() [1/2]
google_books_api::Volumeseriesinfo::Volumeseriesinfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Volumeseriesinfo()
google_books_api::Volumeseriesinfo::~Volumeseriesinfo |
( |
| ) |
|
|
virtual |
◆ 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()
Get a reference to the value of the 'volumeSeries
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Volumeseriesinfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ 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()
Gets a reference to a mutable value of the 'volumeSeries
' 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_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
-
◆ set_kind()
void google_books_api::Volumeseriesinfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Resource type.
- Parameters
-
◆ 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
-
The documentation for this class was generated from the following files: