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

#include <page_info.h>

Inheritance diagram for google_androidenterprise_api::PageInfo:

Public Member Functions

 PageInfo (const Json::Value &storage)
 
 PageInfo (Json::Value *storage)
 
virtual ~PageInfo ()
 
const StringPiece GetTypeName () const
 
bool has_result_per_page () const
 
void clear_result_per_page ()
 
int32 get_result_per_page () const
 
void set_result_per_page (int32 value)
 
bool has_start_index () const
 
void clear_start_index ()
 
int32 get_start_index () const
 
void set_start_index (int32 value)
 
bool has_total_results () const
 
void clear_total_results ()
 
int32 get_total_results () const
 
void set_total_results (int32 value)
 

Static Public Member Functions

static PageInfoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PageInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PageInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PageInfo()

google_androidenterprise_api::PageInfo::~PageInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_result_per_page()

void google_androidenterprise_api::PageInfo::clear_result_per_page ( )
inline

Clears the 'resultPerPage' attribute.

◆ clear_start_index()

void google_androidenterprise_api::PageInfo::clear_start_index ( )
inline

Clears the 'startIndex' attribute.

◆ clear_total_results()

void google_androidenterprise_api::PageInfo::clear_total_results ( )
inline

Clears the 'totalResults' attribute.

◆ get_result_per_page()

int32 google_androidenterprise_api::PageInfo::get_result_per_page ( ) const
inline

Get the value of the 'resultPerPage' attribute.

◆ get_start_index()

int32 google_androidenterprise_api::PageInfo::get_start_index ( ) const
inline

Get the value of the 'startIndex' attribute.

◆ get_total_results()

int32 google_androidenterprise_api::PageInfo::get_total_results ( ) const
inline

Get the value of the 'totalResults' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::PageInfo

◆ has_result_per_page()

bool google_androidenterprise_api::PageInfo::has_result_per_page ( ) const
inline

Determine if the 'resultPerPage' attribute was set.

Returns
true if the 'resultPerPage' attribute was set.

◆ has_start_index()

bool google_androidenterprise_api::PageInfo::has_start_index ( ) const
inline

Determine if the 'startIndex' attribute was set.

Returns
true if the 'startIndex' attribute was set.

◆ has_total_results()

bool google_androidenterprise_api::PageInfo::has_total_results ( ) const
inline

Determine if the 'totalResults' attribute was set.

Returns
true if the 'totalResults' attribute was set.

◆ New()

PageInfo * google_androidenterprise_api::PageInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_result_per_page()

void google_androidenterprise_api::PageInfo::set_result_per_page ( int32  value)
inline

Change the 'resultPerPage' attribute.

Parameters
[in]valueThe new value.

◆ set_start_index()

void google_androidenterprise_api::PageInfo::set_start_index ( int32  value)
inline

Change the 'startIndex' attribute.

Parameters
[in]valueThe new value.

◆ set_total_results()

void google_androidenterprise_api::PageInfo::set_total_results ( int32  value)
inline

Change the 'totalResults' attribute.

Parameters
[in]valueThe new value.

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