Uses of Class
no.idata1002.group19.domain.entity.BudgetCredentials
Packages that use BudgetCredentials
-
Uses of BudgetCredentials in no.idata1002.group19.web.api
Methods in no.idata1002.group19.web.api with parameters of type BudgetCredentialsModifier 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.