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