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

#include <free_busy_group.h>

Inheritance diagram for google_calendar_api::FreeBusyGroup:

Public Member Functions

 FreeBusyGroup (const Json::Value &storage)
 
 FreeBusyGroup (Json::Value *storage)
 
virtual ~FreeBusyGroup ()
 
const StringPiece GetTypeName () const
 
bool has_calendars () const
 
void clear_calendars ()
 
const client::JsonCppArray< string > get_calendars () const
 
client::JsonCppArray< string > mutable_calendars ()
 
bool has_errors () const
 
void clear_errors ()
 
const client::JsonCppArray< Errorget_errors () const
 
client::JsonCppArray< Errormutable_errors ()
 

Static Public Member Functions

static FreeBusyGroupNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ FreeBusyGroup() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ FreeBusyGroup() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~FreeBusyGroup()

google_calendar_api::FreeBusyGroup::~FreeBusyGroup ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_calendars()

void google_calendar_api::FreeBusyGroup::clear_calendars ( )
inline

Clears the 'calendars' attribute.

◆ clear_errors()

void google_calendar_api::FreeBusyGroup::clear_errors ( )
inline

Clears the 'errors' attribute.

◆ get_calendars()

const client::JsonCppArray<string > google_calendar_api::FreeBusyGroup::get_calendars ( ) const
inline

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

◆ get_errors()

const client::JsonCppArray<Error > google_calendar_api::FreeBusyGroup::get_errors ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::FreeBusyGroup

◆ has_calendars()

bool google_calendar_api::FreeBusyGroup::has_calendars ( ) const
inline

Determine if the 'calendars' attribute was set.

Returns
true if the 'calendars' attribute was set.

◆ has_errors()

bool google_calendar_api::FreeBusyGroup::has_errors ( ) const
inline

Determine if the 'errors' attribute was set.

Returns
true if the 'errors' attribute was set.

◆ mutable_calendars()

client::JsonCppArray<string > google_calendar_api::FreeBusyGroup::mutable_calendars ( )
inline

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

List of calendars' identifiers within a group.

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

◆ mutable_errors()

client::JsonCppArray<Error > google_calendar_api::FreeBusyGroup::mutable_errors ( )

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

Optional error(s) (if computation for the group failed).

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

◆ New()

FreeBusyGroup * google_calendar_api::FreeBusyGroup::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: