|
books
v1
|
#include <family_info.h>
Public Member Functions | |
| FamilyInfoMembership (const Json::Value &storage) | |
| FamilyInfoMembership (Json::Value *storage) | |
| virtual | ~FamilyInfoMembership () |
| const StringPiece | GetTypeName () const |
| bool | has_acquire_permission () const |
| void | clear_acquire_permission () |
| const StringPiece | get_acquire_permission () const |
| void | set_acquire_permission (const StringPiece &value) |
| bool | has_age_group () const |
| void | clear_age_group () |
| const StringPiece | get_age_group () const |
| void | set_age_group (const StringPiece &value) |
| bool | has_allowed_maturity_rating () const |
| void | clear_allowed_maturity_rating () |
| const StringPiece | get_allowed_maturity_rating () const |
| void | set_allowed_maturity_rating (const StringPiece &value) |
| bool | has_is_in_family () const |
| void | clear_is_in_family () |
| bool | get_is_in_family () const |
| void | set_is_in_family (bool value) |
| bool | has_role () const |
| void | clear_role () |
| const StringPiece | get_role () const |
| void | set_role (const StringPiece &value) |
Static Public Member Functions | |
| static FamilyInfoMembership * | New () |
Family membership info of the user that made the request.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'acquirePermission' attribute.
|
inline |
Clears the 'ageGroup' attribute.
|
inline |
Clears the 'allowedMaturityRating' attribute.
|
inline |
Clears the 'isInFamily' attribute.
|
inline |
Clears the 'role' attribute.
|
inline |
Get the value of the 'acquirePermission' attribute.
|
inline |
Get the value of the 'ageGroup' attribute.
|
inline |
Get the value of the 'allowedMaturityRating' attribute.
|
inline |
Get the value of the 'isInFamily' attribute.
|
inline |
Get the value of the 'role' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::FamilyInfoMembership
|
inline |
Determine if the 'acquirePermission' attribute was set.
acquirePermission' attribute was set.
|
inline |
Determine if the 'ageGroup' attribute was set.
ageGroup' attribute was set.
|
inline |
Determine if the 'allowedMaturityRating' attribute was set.
allowedMaturityRating' attribute was set.
|
inline |
Determine if the 'isInFamily' attribute was set.
isInFamily' attribute was set.
|
inline |
Determine if the 'role' attribute was set.
role' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'acquirePermission' attribute.
Restrictions on user buying and acquiring content.
| [in] | value | The new value. |
|
inline |
Change the 'ageGroup' attribute.
The age group of the user.
| [in] | value | The new value. |
|
inline |
Change the 'allowedMaturityRating' attribute.
The maximum allowed maturity rating for the user.
| [in] | value | The new value. |
|
inline |
Change the 'isInFamily' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'role' attribute.
The role of the user in the family.
| [in] | value | The new value. |