calendar
v3
|
#include <calendar_service.h>
Public Member Functions | |
FreebusyResource (CalendarService *service) | |
~FreebusyResource () | |
FreebusyResource_QueryMethod * | NewQueryMethod (client::AuthorizationCredential *_credential_, const FreeBusyRequest &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
FreebusyResource_QueryMethod * google_calendar_api::CalendarService::FreebusyResource::NewQueryMethod | ( | client::AuthorizationCredential * | _credential_, |
const FreeBusyRequest & | _content_ | ||
) | const |
Creates a new FreebusyResource_QueryMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to query. |
Execute
the method instance, then destroy it when they are finished.