kemApiV3KohleradminDevicesCellplanInstallationHistoryGet method

Future<Response<List<CellPlanInstallationLogDTO>>> kemApiV3KohleradminDevicesCellplanInstallationHistoryGet({
  1. TimeRangeDTO? timeRange,
  2. TimeGranularityDTO? timeGranularity,
  3. 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);
}