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

#include <event_attendee.h>

Inheritance diagram for google_calendar_api::EventAttendee:

Public Member Functions

 EventAttendee (const Json::Value &storage)
 
 EventAttendee (Json::Value *storage)
 
virtual ~EventAttendee ()
 
const StringPiece GetTypeName () const
 
bool has_additional_guests () const
 
void clear_additional_guests ()
 
int32 get_additional_guests () const
 
void set_additional_guests (int32 value)
 
bool has_comment () const
 
void clear_comment ()
 
const StringPiece get_comment () const
 
void set_comment (const StringPiece &value)
 
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_optional () const
 
void clear_optional ()
 
bool get_optional () const
 
void set_optional (bool value)
 
bool has_organizer () const
 
void clear_organizer ()
 
bool get_organizer () const
 
void set_organizer (bool value)
 
bool has_resource () const
 
void clear_resource ()
 
bool get_resource () const
 
void set_resource (bool value)
 
bool has_response_status () const
 
void clear_response_status ()
 
const StringPiece get_response_status () const
 
void set_response_status (const StringPiece &value)
 
bool has_self () const
 
void clear_self ()
 
bool get_self () const
 
void set_self (bool value)
 

Static Public Member Functions

static EventAttendeeNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ EventAttendee() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ EventAttendee() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~EventAttendee()

google_calendar_api::EventAttendee::~EventAttendee ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_additional_guests()

void google_calendar_api::EventAttendee::clear_additional_guests ( )
inline

Clears the 'additionalGuests' attribute.

◆ clear_comment()

void google_calendar_api::EventAttendee::clear_comment ( )
inline

Clears the 'comment' attribute.

◆ clear_display_name()

void google_calendar_api::EventAttendee::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_email()

void google_calendar_api::EventAttendee::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_id()

void google_calendar_api::EventAttendee::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_optional()

void google_calendar_api::EventAttendee::clear_optional ( )
inline

Clears the 'optional' attribute.

◆ clear_organizer()

void google_calendar_api::EventAttendee::clear_organizer ( )
inline

Clears the 'organizer' attribute.

◆ clear_resource()

void google_calendar_api::EventAttendee::clear_resource ( )
inline

Clears the 'resource' attribute.

◆ clear_response_status()

void google_calendar_api::EventAttendee::clear_response_status ( )
inline

Clears the 'responseStatus' attribute.

◆ clear_self()

void google_calendar_api::EventAttendee::clear_self ( )
inline

Clears the 'self' attribute.

◆ get_additional_guests()

int32 google_calendar_api::EventAttendee::get_additional_guests ( ) const
inline

Get the value of the 'additionalGuests' attribute.

◆ get_comment()

const StringPiece google_calendar_api::EventAttendee::get_comment ( ) const
inline

Get the value of the 'comment' attribute.

◆ get_display_name()

const StringPiece google_calendar_api::EventAttendee::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_email()

const StringPiece google_calendar_api::EventAttendee::get_email ( ) const
inline

Get the value of the 'email' attribute.

◆ get_id()

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

Get the value of the 'id' attribute.

◆ get_optional()

bool google_calendar_api::EventAttendee::get_optional ( ) const
inline

Get the value of the 'optional' attribute.

◆ get_organizer()

bool google_calendar_api::EventAttendee::get_organizer ( ) const
inline

Get the value of the 'organizer' attribute.

◆ get_resource()

bool google_calendar_api::EventAttendee::get_resource ( ) const
inline

Get the value of the 'resource' attribute.

◆ get_response_status()

const StringPiece google_calendar_api::EventAttendee::get_response_status ( ) const
inline

Get the value of the 'responseStatus' attribute.

◆ get_self()

bool google_calendar_api::EventAttendee::get_self ( ) const
inline

Get the value of the 'self' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::EventAttendee

◆ has_additional_guests()

bool google_calendar_api::EventAttendee::has_additional_guests ( ) const
inline

Determine if the 'additionalGuests' attribute was set.

Returns
true if the 'additionalGuests' attribute was set.

◆ has_comment()

bool google_calendar_api::EventAttendee::has_comment ( ) const
inline

Determine if the 'comment' attribute was set.

Returns
true if the 'comment' attribute was set.

◆ has_display_name()

bool google_calendar_api::EventAttendee::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::EventAttendee::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::EventAttendee::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_optional()

bool google_calendar_api::EventAttendee::has_optional ( ) const
inline

Determine if the 'optional' attribute was set.

Returns
true if the 'optional' attribute was set.

◆ has_organizer()

bool google_calendar_api::EventAttendee::has_organizer ( ) const
inline

Determine if the 'organizer' attribute was set.

Returns
true if the 'organizer' attribute was set.

◆ has_resource()

bool google_calendar_api::EventAttendee::has_resource ( ) const
inline

Determine if the 'resource' attribute was set.

Returns
true if the 'resource' attribute was set.

◆ has_response_status()

bool google_calendar_api::EventAttendee::has_response_status ( ) const
inline

Determine if the 'responseStatus' attribute was set.

Returns
true if the 'responseStatus' attribute was set.

◆ has_self()

bool google_calendar_api::EventAttendee::has_self ( ) const
inline

Determine if the 'self' attribute was set.

Returns
true if the 'self' attribute was set.

◆ New()

EventAttendee * google_calendar_api::EventAttendee::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_additional_guests()

void google_calendar_api::EventAttendee::set_additional_guests ( int32  value)
inline

Change the 'additionalGuests' attribute.

Number of additional guests. Optional. The default is 0.

Parameters
[in]valueThe new value.

◆ set_comment()

void google_calendar_api::EventAttendee::set_comment ( const StringPiece &  value)
inline

Change the 'comment' attribute.

The attendee's response comment. Optional.

Parameters
[in]valueThe new value.

◆ set_display_name()

void google_calendar_api::EventAttendee::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The attendee's name, if available. Optional.

Parameters
[in]valueThe new value.

◆ set_email()

void google_calendar_api::EventAttendee::set_email ( const StringPiece &  value)
inline

Change the 'email' attribute.

The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee.

Parameters
[in]valueThe new value.

◆ set_id()

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

Change the 'id' attribute.

The attendee'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_optional()

void google_calendar_api::EventAttendee::set_optional ( bool  value)
inline

Change the 'optional' attribute.

Whether this is an optional attendee. Optional. The default is False.

Parameters
[in]valueThe new value.

◆ set_organizer()

void google_calendar_api::EventAttendee::set_organizer ( bool  value)
inline

Change the 'organizer' attribute.

Whether the attendee is the organizer of the event. Read-only. The default is False.

Parameters
[in]valueThe new value.

◆ set_resource()

void google_calendar_api::EventAttendee::set_resource ( bool  value)
inline

Change the 'resource' attribute.

Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.

Parameters
[in]valueThe new value.

◆ set_response_status()

void google_calendar_api::EventAttendee::set_response_status ( const StringPiece &  value)
inline

Change the 'responseStatus' attribute.

The attendee's response status. Possible values are:

"needsAction"
The attendee has not responded to the invitation.
"declined"
The attendee has declined the invitation.
"tentative"
The attendee has tentatively accepted the invitation.
"accepted"
The attendee has accepted the invitation.
Parameters
[in]valueThe new value.

◆ set_self()

void google_calendar_api::EventAttendee::set_self ( bool  value)
inline

Change the 'self' attribute.

Whether this entry represents 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: