Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasure
Packages that use DTOAccountMeasuringElementMeasure
-
Uses of DTOAccountMeasuringElementMeasure in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure that return types with arguments of type DTOAccountMeasuringElementMeasureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountMeasuringElementMeasure> OrchestratorAccountMeasuringElementMeasureService.get(Long accountId, Long measuringElementId, Long measureId, Collection<String> fields) Retrieves a specific measure for an account's measuring element.org.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElementMeasure>> OrchestratorAccountMeasuringElementMeasureService.getCollection(Long accountId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific account's measuring element.