kemApiV3KohleradminDevicesCellplanInstallationHistoryGet method
- TimeRangeDTO? timeRange,
- TimeGranularityDTO? timeGranularity,
- String? businessPartnerNo,
@param timeRange @param timeGranularity @param businessPartnerNo
Implementation
Future<chopper.Response<List<CellPlanInstallationLogDTO>>>
kemApiV3KohleradminDevicesCellplanInstallationHistoryGet({
enums.TimeRangeDTO? timeRange,
enums.TimeGranularityDTO? timeGranularity,
String? businessPartnerNo,
}) {
generatedMapping.putIfAbsent(CellPlanInstallationLogDTO,
() => CellPlanInstallationLogDTO.fromJsonFactory);
return _kemApiV3KohleradminDevicesCellplanInstallationHistoryGet(
timeRange: timeRange?.value?.toString(),
timeGranularity: timeGranularity?.value?.toString(),
businessPartnerNo: businessPartnerNo);
}