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

#include <calendar.h>

Inheritance diagram for google_calendar_api::Calendar:

Public Member Functions

 Calendar (const Json::Value &storage)
 
 Calendar (Json::Value *storage)
 
virtual ~Calendar ()
 
const StringPiece GetTypeName () const
 
bool has_conference_properties () const
 
void clear_conference_properties ()
 
const ConferenceProperties get_conference_properties () const
 
ConferenceProperties mutable_conferenceProperties ()
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_etag () const
 
void clear_etag ()
 
const StringPiece get_etag () const
 
void set_etag (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_location () const
 
void clear_location ()
 
const StringPiece get_location () const
 
void set_location (const StringPiece &value)
 
bool has_summary () const
 
void clear_summary ()
 
const StringPiece get_summary () const
 
void set_summary (const StringPiece &value)
 
bool has_time_zone () const
 
void clear_time_zone ()
 
const StringPiece get_time_zone () const
 
void set_time_zone (const StringPiece &value)
 

Static Public Member Functions

static CalendarNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Calendar() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Calendar() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Calendar()

google_calendar_api::Calendar::~Calendar ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_conference_properties()

void google_calendar_api::Calendar::clear_conference_properties ( )
inline

Clears the 'conferenceProperties' attribute.

◆ clear_description()

void google_calendar_api::Calendar::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_etag()

void google_calendar_api::Calendar::clear_etag ( )
inline

Clears the 'etag' attribute.

◆ clear_id()

void google_calendar_api::Calendar::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_calendar_api::Calendar::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_location()

void google_calendar_api::Calendar::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_summary()

void google_calendar_api::Calendar::clear_summary ( )
inline

Clears the 'summary' attribute.

◆ clear_time_zone()

void google_calendar_api::Calendar::clear_time_zone ( )
inline

Clears the 'timeZone' attribute.

◆ get_conference_properties()

const ConferenceProperties google_calendar_api::Calendar::get_conference_properties ( ) const

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

◆ get_description()

const StringPiece google_calendar_api::Calendar::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_etag()

const StringPiece google_calendar_api::Calendar::get_etag ( ) const
inline

Get the value of the 'etag' attribute.

◆ get_id()

const StringPiece google_calendar_api::Calendar::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_kind()

const StringPiece google_calendar_api::Calendar::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_location()

const StringPiece google_calendar_api::Calendar::get_location ( ) const
inline

Get the value of the 'location' attribute.

◆ get_summary()

const StringPiece google_calendar_api::Calendar::get_summary ( ) const
inline

Get the value of the 'summary' attribute.

◆ get_time_zone()

const StringPiece google_calendar_api::Calendar::get_time_zone ( ) const
inline

Get the value of the 'timeZone' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::Calendar

◆ has_conference_properties()

bool google_calendar_api::Calendar::has_conference_properties ( ) const
inline

Determine if the 'conferenceProperties' attribute was set.

Returns
true if the 'conferenceProperties' attribute was set.

◆ has_description()

bool google_calendar_api::Calendar::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_etag()

bool google_calendar_api::Calendar::has_etag ( ) const
inline

Determine if the 'etag' attribute was set.

Returns
true if the 'etag' attribute was set.

◆ has_id()

bool google_calendar_api::Calendar::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

bool google_calendar_api::Calendar::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_location()

bool google_calendar_api::Calendar::has_location ( ) const
inline

Determine if the 'location' attribute was set.

Returns
true if the 'location' attribute was set.

◆ has_summary()

bool google_calendar_api::Calendar::has_summary ( ) const
inline

Determine if the 'summary' attribute was set.

Returns
true if the 'summary' attribute was set.

◆ has_time_zone()

bool google_calendar_api::Calendar::has_time_zone ( ) const
inline

Determine if the 'timeZone' attribute was set.

Returns
true if the 'timeZone' attribute was set.

◆ mutable_conferenceProperties()

ConferenceProperties google_calendar_api::Calendar::mutable_conferenceProperties ( )

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

Conferencing properties for this calendar, for example what types of conferences are allowed.

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

◆ New()

Calendar * google_calendar_api::Calendar::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

void google_calendar_api::Calendar::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

Description of the calendar. Optional.

Parameters
[in]valueThe new value.

◆ set_etag()

void google_calendar_api::Calendar::set_etag ( const StringPiece &  value)
inline

Change the 'etag' attribute.

ETag of the resource.

Parameters
[in]valueThe new value.

◆ set_id()

void google_calendar_api::Calendar::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Identifier of the calendar. To retrieve IDs call the calendarList.list() method.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_calendar_api::Calendar::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Type of the resource ("calendar#calendar").

Parameters
[in]valueThe new value.

◆ set_location()

void google_calendar_api::Calendar::set_location ( const StringPiece &  value)
inline

Change the 'location' attribute.

Geographic location of the calendar as free-form text. Optional.

Parameters
[in]valueThe new value.

◆ set_summary()

void google_calendar_api::Calendar::set_summary ( const StringPiece &  value)
inline

Change the 'summary' attribute.

Title of the calendar.

Parameters
[in]valueThe new value.

◆ set_time_zone()

void google_calendar_api::Calendar::set_time_zone ( const StringPiece &  value)
inline

Change the 'timeZone' attribute.

The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.

Parameters
[in]valueThe new value.

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