39 "desc":
"EmpathicBuilding measurements create API data provider",
40 "type":
"EmpathicBuildingMeasurementsCreateDataProvider",
42 "supports_request":
True,
47 AbstractDataProvider::DataProviderSummaryInfoKeys
51 const RequestType =
new SoftListDataType(
"EmpathicBuildingMeasurementEventType",
115 "desc":
"The start time of reservation (resolution of milliseconds)",
119 "desc":
"The end time of reservation (resolution of milliseconds)",
122 "type": StringOrNothingType,
123 "desc":
"The optional subject of the meeting",
144 "desc":
"The name of measurements to create",
147 "type": DateOrNothingType,
148 "desc":
"The current date/time of the request; if omitted, it will be added automatically to the "
149 "request (resultion of milliseconds)",
153 "desc":
"An ID value from the remote / vendor system",
163 "desc":
"Human readable name for this specific data provider",
167 "desc":
"List of measurement events to create",
const ConstructorOptions
Constructor options.
Definition: EmpathicBuildingDataProvider.qc.dox.h:49
Measurement event data type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:106
const Fields
Field descriptions.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:111
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:37
const ResponseType
Response type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:55
RestClient::RestClient rest
REST client connection.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:34
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:46
const RequestType
Request type.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:51
*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:135
const Fields
Field descriptions.
Definition: EmpathicBuildingMeasurementsCreateDataProvider.qc.dox.h:140
constructor()
Creates the object.
Qore EmpathicBuildingDataProvider module definition.
Definition: EmpathicBuildingDataProvider.qc.dox.h:26