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

#include <request_access.h>

Inheritance diagram for google_books_api::RequestAccess:

Public Member Functions

 RequestAccess (const Json::Value &storage)
 
 RequestAccess (Json::Value *storage)
 
virtual ~RequestAccess ()
 
const StringPiece GetTypeName () const
 
bool has_concurrent_access () const
 
void clear_concurrent_access ()
 
const ConcurrentAccessRestriction get_concurrent_access () const
 
ConcurrentAccessRestriction mutable_concurrentAccess ()
 
bool has_download_access () const
 
void clear_download_access ()
 
const DownloadAccessRestriction get_download_access () const
 
DownloadAccessRestriction mutable_downloadAccess ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static RequestAccessNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ RequestAccess() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ RequestAccess() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~RequestAccess()

google_books_api::RequestAccess::~RequestAccess ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_concurrent_access()

void google_books_api::RequestAccess::clear_concurrent_access ( )
inline

Clears the 'concurrentAccess' attribute.

◆ clear_download_access()

void google_books_api::RequestAccess::clear_download_access ( )
inline

Clears the 'downloadAccess' attribute.

◆ clear_kind()

void google_books_api::RequestAccess::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_concurrent_access()

const ConcurrentAccessRestriction google_books_api::RequestAccess::get_concurrent_access ( ) const

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

◆ get_download_access()

const DownloadAccessRestriction google_books_api::RequestAccess::get_download_access ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::RequestAccess

◆ has_concurrent_access()

bool google_books_api::RequestAccess::has_concurrent_access ( ) const
inline

Determine if the 'concurrentAccess' attribute was set.

Returns
true if the 'concurrentAccess' attribute was set.

◆ has_download_access()

bool google_books_api::RequestAccess::has_download_access ( ) const
inline

Determine if the 'downloadAccess' attribute was set.

Returns
true if the 'downloadAccess' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_concurrentAccess()

ConcurrentAccessRestriction google_books_api::RequestAccess::mutable_concurrentAccess ( )

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

A concurrent access response.

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

◆ mutable_downloadAccess()

DownloadAccessRestriction google_books_api::RequestAccess::mutable_downloadAccess ( )

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

A download access response.

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

◆ New()

RequestAccess * google_books_api::RequestAccess::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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