#include <start_page_token.h>
◆ StartPageToken() [1/2]
google_drive_api::StartPageToken::StartPageToken |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ StartPageToken() [2/2]
google_drive_api::StartPageToken::StartPageToken |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~StartPageToken()
google_drive_api::StartPageToken::~StartPageToken |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_drive_api::StartPageToken::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_start_page_token()
void google_drive_api::StartPageToken::clear_start_page_token |
( |
| ) |
|
|
inline |
Clears the 'startPageToken
' attribute.
◆ get_kind()
const StringPiece google_drive_api::StartPageToken::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_start_page_token()
const StringPiece google_drive_api::StartPageToken::get_start_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'startPageToken
' attribute.
◆ GetTypeName()
const StringPiece google_drive_api::StartPageToken::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_drive_api::StartPageToken::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_start_page_token()
bool google_drive_api::StartPageToken::has_start_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'startPageToken
' attribute was set.
- Returns
- true if the '
startPageToken
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_drive_api::StartPageToken::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
- Parameters
-
◆ set_start_page_token()
void google_drive_api::StartPageToken::set_start_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'startPageToken
' attribute.
The starting page token for listing changes.
- Parameters
-
The documentation for this class was generated from the following files: