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

#include <conference_solution.h>

Inheritance diagram for google_calendar_api::ConferenceSolution:

Public Member Functions

 ConferenceSolution (const Json::Value &storage)
 
 ConferenceSolution (Json::Value *storage)
 
virtual ~ConferenceSolution ()
 
const StringPiece GetTypeName () const
 
bool has_icon_uri () const
 
void clear_icon_uri ()
 
const StringPiece get_icon_uri () const
 
void set_icon_uri (const StringPiece &value)
 
bool has_key () const
 
void clear_key ()
 
const ConferenceSolutionKey get_key () const
 
ConferenceSolutionKey mutable_key ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 

Static Public Member Functions

static ConferenceSolutionNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConferenceSolution() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConferenceSolution() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConferenceSolution()

google_calendar_api::ConferenceSolution::~ConferenceSolution ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_icon_uri()

void google_calendar_api::ConferenceSolution::clear_icon_uri ( )
inline

Clears the 'iconUri' attribute.

◆ clear_key()

void google_calendar_api::ConferenceSolution::clear_key ( )
inline

Clears the 'key' attribute.

◆ clear_name()

void google_calendar_api::ConferenceSolution::clear_name ( )
inline

Clears the 'name' attribute.

◆ get_icon_uri()

const StringPiece google_calendar_api::ConferenceSolution::get_icon_uri ( ) const
inline

Get the value of the 'iconUri' attribute.

◆ get_key()

const ConferenceSolutionKey google_calendar_api::ConferenceSolution::get_key ( ) const

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

◆ get_name()

const StringPiece google_calendar_api::ConferenceSolution::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::ConferenceSolution

◆ has_icon_uri()

bool google_calendar_api::ConferenceSolution::has_icon_uri ( ) const
inline

Determine if the 'iconUri' attribute was set.

Returns
true if the 'iconUri' attribute was set.

◆ has_key()

bool google_calendar_api::ConferenceSolution::has_key ( ) const
inline

Determine if the 'key' attribute was set.

Returns
true if the 'key' attribute was set.

◆ has_name()

bool google_calendar_api::ConferenceSolution::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ mutable_key()

ConferenceSolutionKey google_calendar_api::ConferenceSolution::mutable_key ( )

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

The key which can uniquely identify the conference solution for this event.

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

◆ New()

ConferenceSolution * google_calendar_api::ConferenceSolution::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_icon_uri()

void google_calendar_api::ConferenceSolution::set_icon_uri ( const StringPiece &  value)
inline

Change the 'iconUri' attribute.

The user-visible icon for this solution.

Parameters
[in]valueThe new value.

◆ set_name()

void google_calendar_api::ConferenceSolution::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The user-visible name of this solution. Not localized.

Parameters
[in]valueThe new value.

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