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

#include <free_busy_response.h>

Inheritance diagram for google_calendar_api::FreeBusyResponse:

Public Member Functions

 FreeBusyResponse (const Json::Value &storage)
 
 FreeBusyResponse (Json::Value *storage)
 
virtual ~FreeBusyResponse ()
 
const StringPiece GetTypeName () const
 
bool has_calendars () const
 
void clear_calendars ()
 
const client::JsonCppAssociativeArray< FreeBusyCalendarget_calendars () const
 
client::JsonCppAssociativeArray< FreeBusyCalendarmutable_calendars ()
 
bool has_groups () const
 
void clear_groups ()
 
const client::JsonCppAssociativeArray< FreeBusyGroupget_groups () const
 
client::JsonCppAssociativeArray< FreeBusyGroupmutable_groups ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_time_max () const
 
void clear_time_max ()
 
client::DateTime get_time_max () const
 
void set_time_max (client::DateTime value)
 
bool has_time_min () const
 
void clear_time_min ()
 
client::DateTime get_time_min () const
 
void set_time_min (client::DateTime value)
 

Static Public Member Functions

static FreeBusyResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ FreeBusyResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ FreeBusyResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~FreeBusyResponse()

google_calendar_api::FreeBusyResponse::~FreeBusyResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_calendars()

void google_calendar_api::FreeBusyResponse::clear_calendars ( )
inline

Clears the 'calendars' attribute.

◆ clear_groups()

void google_calendar_api::FreeBusyResponse::clear_groups ( )
inline

Clears the 'groups' attribute.

◆ clear_kind()

void google_calendar_api::FreeBusyResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_time_max()

void google_calendar_api::FreeBusyResponse::clear_time_max ( )
inline

Clears the 'timeMax' attribute.

◆ clear_time_min()

void google_calendar_api::FreeBusyResponse::clear_time_min ( )
inline

Clears the 'timeMin' attribute.

◆ get_calendars()

const client::JsonCppAssociativeArray<FreeBusyCalendar > google_calendar_api::FreeBusyResponse::get_calendars ( ) const

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

◆ get_groups()

const client::JsonCppAssociativeArray<FreeBusyGroup > google_calendar_api::FreeBusyResponse::get_groups ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_time_max()

client::DateTime google_calendar_api::FreeBusyResponse::get_time_max ( ) const
inline

Get the value of the 'timeMax' attribute.

◆ get_time_min()

client::DateTime google_calendar_api::FreeBusyResponse::get_time_min ( ) const
inline

Get the value of the 'timeMin' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::FreeBusyResponse

◆ has_calendars()

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

Determine if the 'calendars' attribute was set.

Returns
true if the 'calendars' attribute was set.

◆ has_groups()

bool google_calendar_api::FreeBusyResponse::has_groups ( ) const
inline

Determine if the 'groups' attribute was set.

Returns
true if the 'groups' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_time_max()

bool google_calendar_api::FreeBusyResponse::has_time_max ( ) const
inline

Determine if the 'timeMax' attribute was set.

Returns
true if the 'timeMax' attribute was set.

◆ has_time_min()

bool google_calendar_api::FreeBusyResponse::has_time_min ( ) const
inline

Determine if the 'timeMin' attribute was set.

Returns
true if the 'timeMin' attribute was set.

◆ mutable_calendars()

client::JsonCppAssociativeArray<FreeBusyCalendar > google_calendar_api::FreeBusyResponse::mutable_calendars ( )

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

List of free/busy information for calendars.

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

◆ mutable_groups()

client::JsonCppAssociativeArray<FreeBusyGroup > google_calendar_api::FreeBusyResponse::mutable_groups ( )

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

Expansion of groups.

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

◆ New()

FreeBusyResponse * google_calendar_api::FreeBusyResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_time_max()

void google_calendar_api::FreeBusyResponse::set_time_max ( client::DateTime  value)
inline

Change the 'timeMax' attribute.

The end of the interval.

Parameters
[in]valueThe new value.

◆ set_time_min()

void google_calendar_api::FreeBusyResponse::set_time_min ( client::DateTime  value)
inline

Change the 'timeMin' attribute.

The start of the interval.

Parameters
[in]valueThe new value.

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