36 "desc":
"EmpathicBuilding measurements create API data provider",
37 "type":
"EmpathicBuildingMeasurementsCreateDataProvider",
39 "supports_request": True,
44 AbstractDataProvider::DataProviderSummaryInfoKeys
111 "desc":
"The start time of reservation (resolution of milliseconds)",
115 "desc":
"The end time of reservation (resolution of milliseconds)",
118 "type": StringOrNothingType,
119 "desc":
"The optional subject of the meeting",
140 "desc":
"The name of measurements to create",
143 "type": DateOrNothingType,
144 "desc":
"The current date/time of the request; if omitted, it will be added automatically to the "
145 "request (resultion of milliseconds)",
149 "desc":
"An ID value from the remote / vendor system",
159 "desc":
"Human readable name for this specific data provider",
163 "desc":
"List of measurement events to create",
The EmpathicBuilding data provider class.
Definition: EmpathicBuildingDataProviderBase.qc.dox.h:28
RestClient::RestClient rest
The REST client object for API calls.
Definition: EmpathicBuildingDataProviderBase.qc.dox.h:33
const ConstructorOptions
Constructor options.
Definition: EmpathicBuildingDataProvider.qc.dox.h:46
Measurement event data type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:102
const Fields
Field descriptions.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:107
constructor()
Creates the object.
The Empathic Building measurements create API data provider.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:30
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
const ProviderInfo
Provider info.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:34
const ResponseType
Response type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:51
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ProviderSummaryInfo
Provider summary info.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:43
const RequestType
Request type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:48
*string getDesc()
Returns the data provider description.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Create measurements request data type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:131
const Fields
Field descriptions.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:136
constructor()
Creates the object.
Qore EmpathicBuildingDataProvider module definition.
Definition: EmpathicBuildingDataProvider.qc.dox.h:26