androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::TokenPagination Class Reference

#include <token_pagination.h>

Inheritance diagram for google_androidenterprise_api::TokenPagination:

Public Member Functions

 TokenPagination (const Json::Value &storage)
 
 TokenPagination (Json::Value *storage)
 
virtual ~TokenPagination ()
 
const StringPiece GetTypeName () const
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_previous_page_token () const
 
void clear_previous_page_token ()
 
const StringPiece get_previous_page_token () const
 
void set_previous_page_token (const StringPiece &value)
 

Static Public Member Functions

static TokenPaginationNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TokenPagination() [1/2]

google_androidenterprise_api::TokenPagination::TokenPagination ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TokenPagination() [2/2]

google_androidenterprise_api::TokenPagination::TokenPagination ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TokenPagination()

google_androidenterprise_api::TokenPagination::~TokenPagination ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_androidenterprise_api::TokenPagination::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_previous_page_token()

void google_androidenterprise_api::TokenPagination::clear_previous_page_token ( )
inline

Clears the 'previousPageToken' attribute.

◆ get_next_page_token()

const StringPiece google_androidenterprise_api::TokenPagination::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_previous_page_token()

const StringPiece google_androidenterprise_api::TokenPagination::get_previous_page_token ( ) const
inline

Get the value of the 'previousPageToken' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::TokenPagination::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::TokenPagination

◆ has_next_page_token()

bool google_androidenterprise_api::TokenPagination::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_previous_page_token()

bool google_androidenterprise_api::TokenPagination::has_previous_page_token ( ) const
inline

Determine if the 'previousPageToken' attribute was set.

Returns
true if the 'previousPageToken' attribute was set.

◆ New()

TokenPagination * google_androidenterprise_api::TokenPagination::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_androidenterprise_api::TokenPagination::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

Parameters
[in]valueThe new value.

◆ set_previous_page_token()

void google_androidenterprise_api::TokenPagination::set_previous_page_token ( const StringPiece &  value)
inline

Change the 'previousPageToken' attribute.

Parameters
[in]valueThe new value.

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