drive  v2
Public Member Functions | Static Public Member Functions | List of all members
google_drive_api::StartPageToken Class Reference

#include <start_page_token.h>

Inheritance diagram for google_drive_api::StartPageToken:

Public Member Functions

 StartPageToken (const Json::Value &storage)
 
 StartPageToken (Json::Value *storage)
 
virtual ~StartPageToken ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_start_page_token () const
 
void clear_start_page_token ()
 
const StringPiece get_start_page_token () const
 
void set_start_page_token (const StringPiece &value)
 

Static Public Member Functions

static StartPageTokenNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ StartPageToken() [1/2]

google_drive_api::StartPageToken::StartPageToken ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~StartPageToken()

google_drive_api::StartPageToken::~StartPageToken ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_drive_api::StartPageToken

◆ 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()

StartPageToken * google_drive_api::StartPageToken::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: