#include <page_info.h>
◆ PageInfo() [1/2]
google_androidenterprise_api::PageInfo::PageInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~PageInfo()
google_androidenterprise_api::PageInfo::~PageInfo |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ set_start_index()
void google_androidenterprise_api::PageInfo::set_start_index |
( |
int32 |
value | ) |
|
|
inline |
Change the 'startIndex
' attribute.
- Parameters
-
◆ set_total_results()
void google_androidenterprise_api::PageInfo::set_total_results |
( |
int32 |
value | ) |
|
|
inline |
Change the 'totalResults
' attribute.
- Parameters
-
The documentation for this class was generated from the following files:
- google/androidenterprise_api/page_info.h
- google/androidenterprise_api/page_info.cc