Uses of Class
no.idata1002.group19.domain.entity.BudgetCredentials
-
Uses of BudgetCredentials in no.idata1002.group19.web.api
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
BudgetController.addBudget
(BudgetCredentials credentials) Adds a new budget to the system using the BudgetService and returns an appropriate HTTP response.org.springframework.http.ResponseEntity<String>
BudgetController.update
(long id, BudgetCredentials credentials) Updates a budget with the specified ID using the BudgetService and returns an appropriate HTTP response.