#include <list_data_point_changes_response.h>
◆ ListDataPointChangesResponse() [1/2]
| google_fitness_api::ListDataPointChangesResponse::ListDataPointChangesResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ListDataPointChangesResponse() [2/2]
| google_fitness_api::ListDataPointChangesResponse::ListDataPointChangesResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ListDataPointChangesResponse()
| google_fitness_api::ListDataPointChangesResponse::~ListDataPointChangesResponse |
( |
| ) |
|
|
virtual |
◆ clear_data_source_id()
| void google_fitness_api::ListDataPointChangesResponse::clear_data_source_id |
( |
| ) |
|
|
inline |
Clears the 'dataSourceId' attribute.
◆ clear_deleted_data_point()
| void google_fitness_api::ListDataPointChangesResponse::clear_deleted_data_point |
( |
| ) |
|
|
inline |
Clears the 'deletedDataPoint' attribute.
◆ clear_inserted_data_point()
| void google_fitness_api::ListDataPointChangesResponse::clear_inserted_data_point |
( |
| ) |
|
|
inline |
Clears the 'insertedDataPoint' attribute.
◆ clear_next_page_token()
| void google_fitness_api::ListDataPointChangesResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken' attribute.
◆ get_data_source_id()
| const StringPiece google_fitness_api::ListDataPointChangesResponse::get_data_source_id |
( |
| ) |
const |
|
inline |
Get the value of the 'dataSourceId' attribute.
◆ get_deleted_data_point()
| const client::JsonCppArray<DataPoint > google_fitness_api::ListDataPointChangesResponse::get_deleted_data_point |
( |
| ) |
const |
Get a reference to the value of the 'deletedDataPoint' attribute.
◆ get_inserted_data_point()
| const client::JsonCppArray<DataPoint > google_fitness_api::ListDataPointChangesResponse::get_inserted_data_point |
( |
| ) |
const |
Get a reference to the value of the 'insertedDataPoint' attribute.
◆ get_next_page_token()
| const StringPiece google_fitness_api::ListDataPointChangesResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken' attribute.
◆ GetTypeName()
| const StringPiece google_fitness_api::ListDataPointChangesResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_data_source_id()
| bool google_fitness_api::ListDataPointChangesResponse::has_data_source_id |
( |
| ) |
const |
|
inline |
Determine if the 'dataSourceId' attribute was set.
- Returns
- true if the '
dataSourceId' attribute was set.
◆ has_deleted_data_point()
| bool google_fitness_api::ListDataPointChangesResponse::has_deleted_data_point |
( |
| ) |
const |
|
inline |
Determine if the 'deletedDataPoint' attribute was set.
- Returns
- true if the '
deletedDataPoint' attribute was set.
◆ has_inserted_data_point()
| bool google_fitness_api::ListDataPointChangesResponse::has_inserted_data_point |
( |
| ) |
const |
|
inline |
Determine if the 'insertedDataPoint' attribute was set.
- Returns
- true if the '
insertedDataPoint' attribute was set.
◆ has_next_page_token()
| bool google_fitness_api::ListDataPointChangesResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the '
nextPageToken' attribute was set.
◆ mutable_deletedDataPoint()
| client::JsonCppArray<DataPoint > google_fitness_api::ListDataPointChangesResponse::mutable_deletedDataPoint |
( |
| ) |
|
Gets a reference to a mutable value of the 'deletedDataPoint' property.
Deleted data points for the user. Note, for modifications this should be parsed before handling insertions.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_insertedDataPoint()
| client::JsonCppArray<DataPoint > google_fitness_api::ListDataPointChangesResponse::mutable_insertedDataPoint |
( |
| ) |
|
Gets a reference to a mutable value of the 'insertedDataPoint' property.
Inserted data points for the user.
- 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_data_source_id()
| void google_fitness_api::ListDataPointChangesResponse::set_data_source_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'dataSourceId' attribute.
The data stream ID of the data source with data point changes.
- Parameters
-
◆ set_next_page_token()
| void google_fitness_api::ListDataPointChangesResponse::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: