Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue.DTOAssetCharacteristicValueBatchUpdate
Packages that use DTOAssetCharacteristicValueBatchUpdate
-
Uses of DTOAssetCharacteristicValueBatchUpdate in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue
Method parameters in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue with type arguments of type DTOAssetCharacteristicValueBatchUpdateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetCharacteristicValueService.batchPatch(Long assetId, @Size(min=1,max=400) @Valid List<DTOAssetCharacteristicValueBatchUpdate> dtos) Update the required set of asset characteristic values by calling theAssetCharacteristicValueUpdateBatchEvent.