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

#include <usersettings.h>

Inheritance diagram for google_books_api::Usersettings:

Classes

class  UsersettingsNotesExport
 
class  UsersettingsNotification
 

Public Member Functions

 Usersettings (const Json::Value &storage)
 
 Usersettings (Json::Value *storage)
 
virtual ~Usersettings ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_notes_export () const
 
void clear_notes_export ()
 
const UsersettingsNotesExport get_notes_export () const
 
UsersettingsNotesExport mutable_notesExport ()
 
bool has_notification () const
 
void clear_notification ()
 
const UsersettingsNotification get_notification () const
 
UsersettingsNotification mutable_notification ()
 

Static Public Member Functions

static UsersettingsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Usersettings() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ Usersettings() [2/2]

google_books_api::Usersettings::Usersettings ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~Usersettings()

google_books_api::Usersettings::~Usersettings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_books_api::Usersettings::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_notes_export()

void google_books_api::Usersettings::clear_notes_export ( )
inline

Clears the 'notesExport' attribute.

◆ clear_notification()

void google_books_api::Usersettings::clear_notification ( )
inline

Clears the 'notification' attribute.

◆ get_kind()

const StringPiece google_books_api::Usersettings::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_notes_export()

const UsersettingsNotesExport google_books_api::Usersettings::get_notes_export ( ) const
inline

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

◆ get_notification()

const UsersettingsNotification google_books_api::Usersettings::get_notification ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::Usersettings

◆ has_kind()

bool google_books_api::Usersettings::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_notes_export()

bool google_books_api::Usersettings::has_notes_export ( ) const
inline

Determine if the 'notesExport' attribute was set.

Returns
true if the 'notesExport' attribute was set.

◆ has_notification()

bool google_books_api::Usersettings::has_notification ( ) const
inline

Determine if the 'notification' attribute was set.

Returns
true if the 'notification' attribute was set.

◆ mutable_notesExport()

UsersettingsNotesExport google_books_api::Usersettings::mutable_notesExport ( )
inline

Gets a reference to a mutable value of the 'notesExport' property.

User settings in sub-objects, each for different purposes.

Returns
The result can be modified to change the attribute value.

◆ mutable_notification()

UsersettingsNotification google_books_api::Usersettings::mutable_notification ( )
inline

Gets a reference to a mutable value of the 'notification' property.

Returns
The result can be modified to change the attribute value.

◆ New()

Usersettings * google_books_api::Usersettings::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_books_api::Usersettings::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: