#include <request_access.h>
◆ RequestAccess() [1/2]
google_books_api::RequestAccess::RequestAccess |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~RequestAccess()
google_books_api::RequestAccess::~RequestAccess |
( |
| ) |
|
|
virtual |
◆ 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()
Get a reference to the value of the 'concurrentAccess
' attribute.
◆ get_download_access()
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 |
◆ 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()
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()
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()
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
-
The documentation for this class was generated from the following files: