calendar  v3
Public Member Functions | Static Public Member Functions | List of all members
google_calendar_api::ConferenceParameters Class Reference

#include <conference_parameters.h>

Inheritance diagram for google_calendar_api::ConferenceParameters:

Public Member Functions

 ConferenceParameters (const Json::Value &storage)
 
 ConferenceParameters (Json::Value *storage)
 
virtual ~ConferenceParameters ()
 
const StringPiece GetTypeName () const
 
bool has_add_on_parameters () const
 
void clear_add_on_parameters ()
 
const ConferenceParametersAddOnParameters get_add_on_parameters () const
 
ConferenceParametersAddOnParameters mutable_addOnParameters ()
 

Static Public Member Functions

static ConferenceParametersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConferenceParameters() [1/2]

google_calendar_api::ConferenceParameters::ConferenceParameters ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ConferenceParameters() [2/2]

google_calendar_api::ConferenceParameters::ConferenceParameters ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ConferenceParameters()

google_calendar_api::ConferenceParameters::~ConferenceParameters ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_add_on_parameters()

void google_calendar_api::ConferenceParameters::clear_add_on_parameters ( )
inline

Clears the 'addOnParameters' attribute.

◆ get_add_on_parameters()

const ConferenceParametersAddOnParameters google_calendar_api::ConferenceParameters::get_add_on_parameters ( ) const

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

◆ GetTypeName()

const StringPiece google_calendar_api::ConferenceParameters::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_calendar_api::ConferenceParameters

◆ has_add_on_parameters()

bool google_calendar_api::ConferenceParameters::has_add_on_parameters ( ) const
inline

Determine if the 'addOnParameters' attribute was set.

Returns
true if the 'addOnParameters' attribute was set.

◆ mutable_addOnParameters()

ConferenceParametersAddOnParameters google_calendar_api::ConferenceParameters::mutable_addOnParameters ( )

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

Additional add-on specific data.

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

◆ New()

ConferenceParameters * google_calendar_api::ConferenceParameters::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: