Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure.DTOAssetMeasuringElementMeasureBatchUpdate
Packages that use DTOAssetMeasuringElementMeasureBatchUpdate
-
Uses of DTOAssetMeasuringElementMeasureBatchUpdate in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Method parameters in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure with type arguments of type DTOAssetMeasuringElementMeasureBatchUpdateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchPatch(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchUpdate> batchInput) Updates multiple measures for an asset's measuring element in a single batch operation.