fitness  v1
Public Member Functions | Static Public Member Functions | List of all members
google_fitness_api::ListDataPointChangesResponse Class Reference

#include <list_data_point_changes_response.h>

Inheritance diagram for google_fitness_api::ListDataPointChangesResponse:

Public Member Functions

 ListDataPointChangesResponse (const Json::Value &storage)
 
 ListDataPointChangesResponse (Json::Value *storage)
 
virtual ~ListDataPointChangesResponse ()
 
const StringPiece GetTypeName () const
 
bool has_data_source_id () const
 
void clear_data_source_id ()
 
const StringPiece get_data_source_id () const
 
void set_data_source_id (const StringPiece &value)
 
bool has_deleted_data_point () const
 
void clear_deleted_data_point ()
 
const client::JsonCppArray< DataPointget_deleted_data_point () const
 
client::JsonCppArray< DataPointmutable_deletedDataPoint ()
 
bool has_inserted_data_point () const
 
void clear_inserted_data_point ()
 
const client::JsonCppArray< DataPointget_inserted_data_point () const
 
client::JsonCppArray< DataPointmutable_insertedDataPoint ()
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 

Static Public Member Functions

static ListDataPointChangesResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ListDataPointChangesResponse() [1/2]

google_fitness_api::ListDataPointChangesResponse::ListDataPointChangesResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ListDataPointChangesResponse()

google_fitness_api::ListDataPointChangesResponse::~ListDataPointChangesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_fitness_api::ListDataPointChangesResponse

◆ 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()

ListDataPointChangesResponse * google_fitness_api::ListDataPointChangesResponse::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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