#include <permission_id.h>
An ID for a user or group as seen in Permission items.
◆ PermissionId() [1/2]
| google_drive_api::PermissionId::PermissionId |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ PermissionId() [2/2]
| google_drive_api::PermissionId::PermissionId |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~PermissionId()
| google_drive_api::PermissionId::~PermissionId |
( |
| ) |
|
|
virtual |
◆ clear_id()
| void google_drive_api::PermissionId::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id' attribute.
◆ clear_kind()
| void google_drive_api::PermissionId::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ get_id()
| const StringPiece google_drive_api::PermissionId::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id' attribute.
◆ get_kind()
| const StringPiece google_drive_api::PermissionId::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ GetTypeName()
| const StringPiece google_drive_api::PermissionId::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_id()
| bool google_drive_api::PermissionId::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id' attribute was set.
- Returns
- true if the '
id' attribute was set.
◆ has_kind()
| bool google_drive_api::PermissionId::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_id()
| void google_drive_api::PermissionId::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id' attribute.
The permission ID.
- Parameters
-
◆ set_kind()
| void google_drive_api::PermissionId::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
This is always drive::permissionId.
- Parameters
-
The documentation for this class was generated from the following files: