Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasureBatchUpdate
Packages that use DTOAccountMeasuringElementMeasureBatchUpdate
-
Uses of DTOAccountMeasuringElementMeasureBatchUpdate 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 DTOAccountMeasuringElementMeasureBatchUpdateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchPatch(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchUpdate> batchInput) Updates multiple measures for an account's measuring element in a single batch operation.