The Google calendar patch API data provider.
More...
#include <GoogleCalendarPatchDataProvider.qc.dox.h>
|
|
| constructor (*hash< auto > options) |
| | Creates the object from constructor options.
|
| |
|
| constructor (GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal) |
| | Creates the object from a REST connection.
|
| |
|
*string | getDesc () |
| | Returns the data provider description.
|
| |
|
string | getName () |
| | Returns the data provider name.
|
| |
|
hash< DataProvider::DataProviderInfo > | getStaticInfoImpl () |
| | Returns data provider static info.
|
| |
|
| constructor () |
| | Creates the object.
|
| |
|
| constructor (GoogleRestClient::GoogleRestClient rest) |
| | Creates the object.
|
| |
|
| setLogger (*LoggerInterface logger) |
| | Accepts a LoggerInterface object for logging (or clears it)
|
| |
|
| auto | doRequestImpl (auto req, *hash< auto > request_options) |
| | Makes a request and returns the response.
|
| |
| *DataProvider::AbstractDataProviderType | getRequestTypeImpl () |
| | Returns the description of a successful request message, if any.
|
| |
| *DataProvider::AbstractDataProviderType | getResponseTypeImpl () |
| | Returns the description of a response message, if this object represents a response message.
|
| |
|
|
*hash< auto > | cal |
| | The calendar's metadata.
|
| |
|
string | id |
| | The calendar's ID.
|
| |
|
*GoogleRestClient::GoogleRestClient | rest |
| | The REST client object for API calls.
|
| |
The Google calendar patch API data provider.
This API allows the caller to update (patch) a calendar
◆ doRequestImpl()
| auto GoogleDataProvider::GoogleCalendarPatchDataProvider::doRequestImpl |
( |
auto |
req, |
|
|
*hash< auto > |
request_options |
|
) |
| |
|
protected |
Makes a request and returns the response.
- Parameters
-
| req | the request to serialize and make according to the request type |
| request_options | the request options; will be processed by validateRequestOptions() |
- Returns
- the response to the request
◆ getRequestTypeImpl()
| *DataProvider::AbstractDataProviderType GoogleDataProvider::GoogleCalendarPatchDataProvider::getRequestTypeImpl |
( |
| ) |
|
|
protected |
Returns the description of a successful request message, if any.
- Returns
- the request type for this provider
◆ getResponseTypeImpl()
| *DataProvider::AbstractDataProviderType GoogleDataProvider::GoogleCalendarPatchDataProvider::getResponseTypeImpl |
( |
| ) |
|
|
protected |
Returns the description of a response message, if this object represents a response message.
- Returns
- the response type for this response message