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

#include <calendar_service.h>

Public Member Functions

 FreebusyResource (CalendarService *service)
 
 ~FreebusyResource ()
 
FreebusyResource_QueryMethodNewQueryMethod (client::AuthorizationCredential *_credential_, const FreeBusyRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ FreebusyResource()

google_calendar_api::CalendarService::FreebusyResource::FreebusyResource ( 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.

◆ ~FreebusyResource()

google_calendar_api::CalendarService::FreebusyResource::~FreebusyResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewQueryMethod()

FreebusyResource_QueryMethod * google_calendar_api::CalendarService::FreebusyResource::NewQueryMethod ( client::AuthorizationCredential *  _credential_,
const FreeBusyRequest _content_ 
) const

Creates a new FreebusyResource_QueryMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to query.
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: