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

#include <event.h>

Inheritance diagram for google_calendar_api::Event::EventExtendedProperties:

Public Member Functions

 EventExtendedProperties (const Json::Value &storage)
 
 EventExtendedProperties (Json::Value *storage)
 
virtual ~EventExtendedProperties ()
 
const StringPiece GetTypeName () const
 
bool has_private () const
 
void clear_private ()
 
const client::JsonCppAssociativeArray< string > get_private () const
 
client::JsonCppAssociativeArray< string > mutable_private ()
 
bool has_shared () const
 
void clear_shared ()
 
const client::JsonCppAssociativeArray< string > get_shared () const
 
client::JsonCppAssociativeArray< string > mutable_shared ()
 

Static Public Member Functions

static EventExtendedPropertiesNew ()
 

Detailed Description

Extended properties of the event.

Constructor & Destructor Documentation

◆ EventExtendedProperties() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ EventExtendedProperties() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~EventExtendedProperties()

google_calendar_api::Event::EventExtendedProperties::~EventExtendedProperties ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_private()

void google_calendar_api::Event::EventExtendedProperties::clear_private ( )
inline

Clears the 'private' attribute.

◆ clear_shared()

void google_calendar_api::Event::EventExtendedProperties::clear_shared ( )
inline

Clears the 'shared' attribute.

◆ get_private()

const client::JsonCppAssociativeArray<string > google_calendar_api::Event::EventExtendedProperties::get_private ( ) const
inline

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

◆ get_shared()

const client::JsonCppAssociativeArray<string > google_calendar_api::Event::EventExtendedProperties::get_shared ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::EventExtendedProperties

◆ has_private()

bool google_calendar_api::Event::EventExtendedProperties::has_private ( ) const
inline

Determine if the 'private' attribute was set.

Returns
true if the 'private' attribute was set.

◆ has_shared()

bool google_calendar_api::Event::EventExtendedProperties::has_shared ( ) const
inline

Determine if the 'shared' attribute was set.

Returns
true if the 'shared' attribute was set.

◆ mutable_private()

client::JsonCppAssociativeArray<string > google_calendar_api::Event::EventExtendedProperties::mutable_private ( )
inline

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

Properties that are private to the copy of the event that appears on this calendar.

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

◆ mutable_shared()

client::JsonCppAssociativeArray<string > google_calendar_api::Event::EventExtendedProperties::mutable_shared ( )
inline

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

Properties that are shared between copies of the event on other attendees' calendars.

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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