#include <family_info.h>
◆ FamilyInfo() [1/2]
google_books_api::FamilyInfo::FamilyInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ FamilyInfo() [2/2]
google_books_api::FamilyInfo::FamilyInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~FamilyInfo()
google_books_api::FamilyInfo::~FamilyInfo |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_books_api::FamilyInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_membership()
void google_books_api::FamilyInfo::clear_membership |
( |
| ) |
|
|
inline |
Clears the 'membership
' attribute.
◆ get_kind()
const StringPiece google_books_api::FamilyInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_membership()
Get a reference to the value of the 'membership
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::FamilyInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_books_api::FamilyInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_membership()
bool google_books_api::FamilyInfo::has_membership |
( |
| ) |
const |
|
inline |
Determine if the 'membership
' attribute was set.
- Returns
- true if the '
membership
' attribute was set.
◆ mutable_membership()
Gets a reference to a mutable value of the 'membership
' property.
Family membership info of the user that made the request.
- Returns
- The result can be modified to change the attribute value.
◆ New()
FamilyInfo * google_books_api::FamilyInfo::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_books_api::FamilyInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Resource type.
- Parameters
-
The documentation for this class was generated from the following files: