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

#include <download_accesses.h>

Inheritance diagram for google_books_api::DownloadAccesses:

Public Member Functions

 DownloadAccesses (const Json::Value &storage)
 
 DownloadAccesses (Json::Value *storage)
 
virtual ~DownloadAccesses ()
 
const StringPiece GetTypeName () const
 
bool has_download_access_list () const
 
void clear_download_access_list ()
 
const client::JsonCppArray< DownloadAccessRestrictionget_download_access_list () const
 
client::JsonCppArray< DownloadAccessRestrictionmutable_downloadAccessList ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static DownloadAccessesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DownloadAccesses() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DownloadAccesses() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DownloadAccesses()

google_books_api::DownloadAccesses::~DownloadAccesses ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_download_access_list()

void google_books_api::DownloadAccesses::clear_download_access_list ( )
inline

Clears the 'downloadAccessList' attribute.

◆ clear_kind()

void google_books_api::DownloadAccesses::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_download_access_list()

const client::JsonCppArray<DownloadAccessRestriction > google_books_api::DownloadAccesses::get_download_access_list ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::DownloadAccesses

◆ has_download_access_list()

bool google_books_api::DownloadAccesses::has_download_access_list ( ) const
inline

Determine if the 'downloadAccessList' attribute was set.

Returns
true if the 'downloadAccessList' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_downloadAccessList()

client::JsonCppArray<DownloadAccessRestriction > google_books_api::DownloadAccesses::mutable_downloadAccessList ( )

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

A list of download access responses.

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

◆ New()

DownloadAccesses * google_books_api::DownloadAccesses::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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