#include <list_sessions_response.h>
◆ ListSessionsResponse() [1/2]
| google_fitness_api::ListSessionsResponse::ListSessionsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ListSessionsResponse() [2/2]
| google_fitness_api::ListSessionsResponse::ListSessionsResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ListSessionsResponse()
| google_fitness_api::ListSessionsResponse::~ListSessionsResponse |
( |
| ) |
|
|
virtual |
◆ clear_deleted_session()
| void google_fitness_api::ListSessionsResponse::clear_deleted_session |
( |
| ) |
|
|
inline |
Clears the 'deletedSession' attribute.
◆ clear_has_more_data()
| void google_fitness_api::ListSessionsResponse::clear_has_more_data |
( |
| ) |
|
|
inline |
Clears the 'hasMoreData' attribute.
◆ clear_next_page_token()
| void google_fitness_api::ListSessionsResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken' attribute.
◆ clear_session()
| void google_fitness_api::ListSessionsResponse::clear_session |
( |
| ) |
|
|
inline |
Clears the 'session' attribute.
◆ get_deleted_session()
| const client::JsonCppArray<Session > google_fitness_api::ListSessionsResponse::get_deleted_session |
( |
| ) |
const |
Get a reference to the value of the 'deletedSession' attribute.
◆ get_has_more_data()
| bool google_fitness_api::ListSessionsResponse::get_has_more_data |
( |
| ) |
const |
|
inline |
Get the value of the 'hasMoreData' attribute.
◆ get_next_page_token()
| const StringPiece google_fitness_api::ListSessionsResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken' attribute.
◆ get_session()
| const client::JsonCppArray<Session > google_fitness_api::ListSessionsResponse::get_session |
( |
| ) |
const |
Get a reference to the value of the 'session' attribute.
◆ GetTypeName()
| const StringPiece google_fitness_api::ListSessionsResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_deleted_session()
| bool google_fitness_api::ListSessionsResponse::has_deleted_session |
( |
| ) |
const |
|
inline |
Determine if the 'deletedSession' attribute was set.
- Returns
- true if the '
deletedSession' attribute was set.
◆ has_has_more_data()
| bool google_fitness_api::ListSessionsResponse::has_has_more_data |
( |
| ) |
const |
|
inline |
Determine if the 'hasMoreData' attribute was set.
- Returns
- true if the '
hasMoreData' attribute was set.
◆ has_next_page_token()
| bool google_fitness_api::ListSessionsResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the '
nextPageToken' attribute was set.
◆ has_session()
| bool google_fitness_api::ListSessionsResponse::has_session |
( |
| ) |
const |
|
inline |
Determine if the 'session' attribute was set.
- Returns
- true if the '
session' attribute was set.
◆ mutable_deletedSession()
| client::JsonCppArray<Session > google_fitness_api::ListSessionsResponse::mutable_deletedSession |
( |
| ) |
|
Gets a reference to a mutable value of the 'deletedSession' property.
If includeDeleted is set to true in the request, this list will contain sessions deleted with original end times that are within the startTime and endTime frame.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_session()
| client::JsonCppArray<Session > google_fitness_api::ListSessionsResponse::mutable_session |
( |
| ) |
|
Gets a reference to a mutable value of the 'session' property.
Sessions with an end time that is between startTime and endTime of the request.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_has_more_data()
| void google_fitness_api::ListSessionsResponse::set_has_more_data |
( |
bool |
value | ) |
|
|
inline |
Change the 'hasMoreData' attribute.
Flag to indicate server has more data to transfer.
- Parameters
-
◆ set_next_page_token()
| void google_fitness_api::ListSessionsResponse::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken' attribute.
The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
- Parameters
-
The documentation for this class was generated from the following files: