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

#include <event.h>

Inheritance diagram for google_calendar_api::Event::EventOrganizer:

Public Member Functions

 EventOrganizer (const Json::Value &storage)
 
 EventOrganizer (Json::Value *storage)
 
virtual ~EventOrganizer ()
 
const StringPiece GetTypeName () const
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_self () const
 
void clear_self ()
 
bool get_self () const
 
void set_self (bool value)
 

Static Public Member Functions

static EventOrganizerNew ()
 

Detailed Description

The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.

Constructor & Destructor Documentation

◆ EventOrganizer() [1/2]

google_calendar_api::Event::EventOrganizer::EventOrganizer ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ EventOrganizer() [2/2]

google_calendar_api::Event::EventOrganizer::EventOrganizer ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~EventOrganizer()

google_calendar_api::Event::EventOrganizer::~EventOrganizer ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_display_name()

void google_calendar_api::Event::EventOrganizer::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_email()

void google_calendar_api::Event::EventOrganizer::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_id()

void google_calendar_api::Event::EventOrganizer::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_self()

void google_calendar_api::Event::EventOrganizer::clear_self ( )
inline

Clears the 'self' attribute.

◆ get_display_name()

const StringPiece google_calendar_api::Event::EventOrganizer::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_email()

const StringPiece google_calendar_api::Event::EventOrganizer::get_email ( ) const
inline

Get the value of the 'email' attribute.

◆ get_id()

const StringPiece google_calendar_api::Event::EventOrganizer::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_self()

bool google_calendar_api::Event::EventOrganizer::get_self ( ) const
inline

Get the value of the 'self' attribute.

◆ GetTypeName()

const StringPiece google_calendar_api::Event::EventOrganizer::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_calendar_api::EventOrganizer

◆ has_display_name()

bool google_calendar_api::Event::EventOrganizer::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ has_email()

bool google_calendar_api::Event::EventOrganizer::has_email ( ) const
inline

Determine if the 'email' attribute was set.

Returns
true if the 'email' attribute was set.

◆ has_id()

bool google_calendar_api::Event::EventOrganizer::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_self()

bool google_calendar_api::Event::EventOrganizer::has_self ( ) const
inline

Determine if the 'self' attribute was set.

Returns
true if the 'self' attribute was set.

◆ New()

Event::EventOrganizer * google_calendar_api::Event::EventOrganizer::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_display_name()

void google_calendar_api::Event::EventOrganizer::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The organizer's name, if available.

Parameters
[in]valueThe new value.

◆ set_email()

void google_calendar_api::Event::EventOrganizer::set_email ( const StringPiece &  value)
inline

Change the 'email' attribute.

The organizer's email address, if available. It must be a valid email address as per RFC5322.

Parameters
[in]valueThe new value.

◆ set_id()

void google_calendar_api::Event::EventOrganizer::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API.

Parameters
[in]valueThe new value.

◆ set_self()

void google_calendar_api::Event::EventOrganizer::set_self ( bool  value)
inline

Change the 'self' attribute.

Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

Parameters
[in]valueThe new value.

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