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

#include <conference_solution_key.h>

Inheritance diagram for google_calendar_api::ConferenceSolutionKey:

Public Member Functions

 ConferenceSolutionKey (const Json::Value &storage)
 
 ConferenceSolutionKey (Json::Value *storage)
 
virtual ~ConferenceSolutionKey ()
 
const StringPiece GetTypeName () const
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 

Static Public Member Functions

static ConferenceSolutionKeyNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConferenceSolutionKey() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConferenceSolutionKey() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConferenceSolutionKey()

google_calendar_api::ConferenceSolutionKey::~ConferenceSolutionKey ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_type()

void google_calendar_api::ConferenceSolutionKey::clear_type ( )
inline

Clears the 'type' attribute.

◆ get_type()

const StringPiece google_calendar_api::ConferenceSolutionKey::get_type ( ) const
inline

Get the value of the 'type' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::ConferenceSolutionKey

◆ has_type()

bool google_calendar_api::ConferenceSolutionKey::has_type ( ) const
inline

Determine if the 'type' attribute was set.

Returns
true if the 'type' attribute was set.

◆ New()

ConferenceSolutionKey * google_calendar_api::ConferenceSolutionKey::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_type()

void google_calendar_api::ConferenceSolutionKey::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:

Parameters
[in]valueThe new value.

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