Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasureBatchInsert
Packages that use DTOAccountMeasuringElementMeasureBatchInsert
-
Uses of DTOAccountMeasuringElementMeasureBatchInsert in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Method parameters in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure with type arguments of type DTOAccountMeasuringElementMeasureBatchInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAccountMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchInsert> dtos, Long accountId, Long measuringElementId) Creates multiple measures for an account's measuring element in a single batch operation.