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

#include <list_data_sources_response.h>

Inheritance diagram for google_fitness_api::ListDataSourcesResponse:

Public Member Functions

 ListDataSourcesResponse (const Json::Value &storage)
 
 ListDataSourcesResponse (Json::Value *storage)
 
virtual ~ListDataSourcesResponse ()
 
const StringPiece GetTypeName () const
 
bool has_data_source () const
 
void clear_data_source ()
 
const client::JsonCppArray< DataSourceget_data_source () const
 
client::JsonCppArray< DataSourcemutable_dataSource ()
 

Static Public Member Functions

static ListDataSourcesResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ListDataSourcesResponse() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ListDataSourcesResponse() [2/2]

google_fitness_api::ListDataSourcesResponse::ListDataSourcesResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ListDataSourcesResponse()

google_fitness_api::ListDataSourcesResponse::~ListDataSourcesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_data_source()

void google_fitness_api::ListDataSourcesResponse::clear_data_source ( )
inline

Clears the 'dataSource' attribute.

◆ get_data_source()

const client::JsonCppArray<DataSource > google_fitness_api::ListDataSourcesResponse::get_data_source ( ) const

Get a reference to the value of the 'dataSource' attribute.

◆ GetTypeName()

const StringPiece google_fitness_api::ListDataSourcesResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_fitness_api::ListDataSourcesResponse

◆ has_data_source()

bool google_fitness_api::ListDataSourcesResponse::has_data_source ( ) const
inline

Determine if the 'dataSource' attribute was set.

Returns
true if the 'dataSource' attribute was set.

◆ mutable_dataSource()

client::JsonCppArray<DataSource > google_fitness_api::ListDataSourcesResponse::mutable_dataSource ( )

Gets a reference to a mutable value of the 'dataSource' property.

A previously created data source.

Returns
The result can be modified to change the attribute value.

◆ New()

ListDataSourcesResponse * google_fitness_api::ListDataSourcesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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