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

#include <family_info.h>

Inheritance diagram for google_books_api::FamilyInfo:

Classes

class  FamilyInfoMembership
 

Public Member Functions

 FamilyInfo (const Json::Value &storage)
 
 FamilyInfo (Json::Value *storage)
 
virtual ~FamilyInfo ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_membership () const
 
void clear_membership ()
 
const FamilyInfoMembership get_membership () const
 
FamilyInfoMembership mutable_membership ()
 

Static Public Member Functions

static FamilyInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ FamilyInfo() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~FamilyInfo()

google_books_api::FamilyInfo::~FamilyInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

const FamilyInfoMembership google_books_api::FamilyInfo::get_membership ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::FamilyInfo

◆ 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()

FamilyInfoMembership google_books_api::FamilyInfo::mutable_membership ( )
inline

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
[in]valueThe new value.

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