#include <volumeseriesinfo.h>
◆ VolumeseriesinfoVolumeSeries() [1/2]
google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::VolumeseriesinfoVolumeSeries |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ VolumeseriesinfoVolumeSeries() [2/2]
google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::VolumeseriesinfoVolumeSeries |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~VolumeseriesinfoVolumeSeries()
google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::~VolumeseriesinfoVolumeSeries |
( |
| ) |
|
|
virtual |
◆ clear_issue()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::clear_issue |
( |
| ) |
|
|
inline |
Clears the 'issue
' attribute.
◆ clear_order_number()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::clear_order_number |
( |
| ) |
|
|
inline |
Clears the 'orderNumber
' attribute.
◆ clear_series_book_type()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::clear_series_book_type |
( |
| ) |
|
|
inline |
Clears the 'seriesBookType
' attribute.
◆ clear_series_id()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::clear_series_id |
( |
| ) |
|
|
inline |
Clears the 'seriesId
' attribute.
◆ get_issue()
Get a reference to the value of the 'issue
' attribute.
◆ get_order_number()
int32 google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::get_order_number |
( |
| ) |
const |
|
inline |
Get the value of the 'orderNumber
' attribute.
◆ get_series_book_type()
const StringPiece google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::get_series_book_type |
( |
| ) |
const |
|
inline |
Get the value of the 'seriesBookType
' attribute.
◆ get_series_id()
const StringPiece google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::get_series_id |
( |
| ) |
const |
|
inline |
Get the value of the 'seriesId
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_books_api::VolumeseriesinfoVolumeSeries
◆ has_issue()
bool google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::has_issue |
( |
| ) |
const |
|
inline |
Determine if the 'issue
' attribute was set.
- Returns
- true if the '
issue
' attribute was set.
◆ has_order_number()
bool google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::has_order_number |
( |
| ) |
const |
|
inline |
Determine if the 'orderNumber
' attribute was set.
- Returns
- true if the '
orderNumber
' attribute was set.
◆ has_series_book_type()
bool google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::has_series_book_type |
( |
| ) |
const |
|
inline |
Determine if the 'seriesBookType
' attribute was set.
- Returns
- true if the '
seriesBookType
' attribute was set.
◆ has_series_id()
bool google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::has_series_id |
( |
| ) |
const |
|
inline |
Determine if the 'seriesId
' attribute was set.
- Returns
- true if the '
seriesId
' attribute was set.
◆ mutable_issue()
Gets a reference to a mutable value of the 'issue
' property.
List of issues. Applicable only for Collection Edition and Omnibus.
- 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_order_number()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::set_order_number |
( |
int32 |
value | ) |
|
|
inline |
Change the 'orderNumber
' attribute.
The book order number in the series.
- Parameters
-
◆ set_series_book_type()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::set_series_book_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'seriesBookType
' attribute.
The book type in the context of series. Examples - Single Issue, Collection Edition, etc.
- Parameters
-
◆ set_series_id()
void google_books_api::Volumeseriesinfo::VolumeseriesinfoVolumeSeries::set_series_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'seriesId
' attribute.
The series id.
- Parameters
-
The documentation for this class was generated from the following files: