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

#include <conference_properties.h>

Inheritance diagram for google_calendar_api::ConferenceProperties:

Public Member Functions

 ConferenceProperties (const Json::Value &storage)
 
 ConferenceProperties (Json::Value *storage)
 
virtual ~ConferenceProperties ()
 
const StringPiece GetTypeName () const
 
bool has_allowed_conference_solution_types () const
 
void clear_allowed_conference_solution_types ()
 
const client::JsonCppArray< string > get_allowed_conference_solution_types () const
 
client::JsonCppArray< string > mutable_allowedConferenceSolutionTypes ()
 

Static Public Member Functions

static ConferencePropertiesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConferenceProperties() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConferenceProperties() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConferenceProperties()

google_calendar_api::ConferenceProperties::~ConferenceProperties ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_allowed_conference_solution_types()

void google_calendar_api::ConferenceProperties::clear_allowed_conference_solution_types ( )
inline

Clears the 'allowedConferenceSolutionTypes' attribute.

◆ get_allowed_conference_solution_types()

const client::JsonCppArray<string > google_calendar_api::ConferenceProperties::get_allowed_conference_solution_types ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::ConferenceProperties

◆ has_allowed_conference_solution_types()

bool google_calendar_api::ConferenceProperties::has_allowed_conference_solution_types ( ) const
inline

Determine if the 'allowedConferenceSolutionTypes' attribute was set.

Returns
true if the 'allowedConferenceSolutionTypes' attribute was set.

◆ mutable_allowedConferenceSolutionTypes()

client::JsonCppArray<string > google_calendar_api::ConferenceProperties::mutable_allowedConferenceSolutionTypes ( )
inline

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

The types of conference solutions that are supported for this calendar. The possible values are:

  • "eventHangout"
  • "eventNamedHangout"
  • "hangoutsMeet" Optional.
Returns
The result can be modified to change the attribute value.

◆ New()

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