calendar  v3
Public Member Functions | List of all members
google_calendar_api::CalendarService::CalendarsResource Class Reference

#include <calendar_service.h>

Public Member Functions

 CalendarsResource (CalendarService *service)
 
 ~CalendarsResource ()
 
CalendarsResource_ClearMethodNewClearMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const
 
CalendarsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const
 
CalendarsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const
 
CalendarsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const Calendar &_content_) const
 
CalendarsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Calendar &_content_) const
 
CalendarsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Calendar &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ CalendarsResource()

google_calendar_api::CalendarService::CalendarsResource::CalendarsResource ( CalendarService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~CalendarsResource()

google_calendar_api::CalendarService::CalendarsResource::~CalendarsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewClearMethod()

CalendarsResource_ClearMethod * google_calendar_api::CalendarService::CalendarsResource::NewClearMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id 
) const

Creates a new CalendarsResource_ClearMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

CalendarsResource_DeleteMethod * google_calendar_api::CalendarService::CalendarsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id 
) const

Creates a new CalendarsResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

CalendarsResource_GetMethod * google_calendar_api::CalendarService::CalendarsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id 
) const

Creates a new CalendarsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

CalendarsResource_InsertMethod * google_calendar_api::CalendarService::CalendarsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const Calendar _content_ 
) const

Creates a new CalendarsResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewPatchMethod()

CalendarsResource_PatchMethod * google_calendar_api::CalendarService::CalendarsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const Calendar _content_ 
) const

Creates a new CalendarsResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

CalendarsResource_UpdateMethod * google_calendar_api::CalendarService::CalendarsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const Calendar _content_ 
) const

Creates a new CalendarsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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