Package energy.eddie.dataneeds.web
Interface DataNeedsControllerOpenApi
- All Known Implementing Classes:
DataNeedsController
public interface DataNeedsControllerOpenApi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DataNeedsNameAndIdProjection>> org.springframework.http.ResponseEntity<DataNeed> getDataNeeds(String id) getDataNeeds(Set<String> ids)
-
Field Details
-
EXAMPLE_RESPONSE_JSON
- See Also:
-
-
Method Details
-
getDataNeedIdsAndNames
org.springframework.http.ResponseEntity<List<DataNeedsNameAndIdProjection>> getDataNeedIdsAndNames() -
getDataNeeds
org.springframework.http.ResponseEntity<DataNeed> getDataNeeds(String id) throws DataNeedNotFoundException - Throws:
DataNeedNotFoundException
-
getDataNeeds
-