Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasureBatchStatusChange
Packages that use DTOAccountMeasuringElementMeasureBatchStatusChange
-
Uses of DTOAccountMeasuringElementMeasureBatchStatusChange 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 DTOAccountMeasuringElementMeasureBatchStatusChangeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchReject(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchStatusChange> batchInput) Rejects a batch of measures for a specific account's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchValidate(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchStatusChange> batchInput) Validates a batch of measures for a specific account's measuring element.