Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.validation.InvalidRequestPayloadApiResponse
Packages that use InvalidRequestPayloadApiResponse
Package
Description
Contains controllers for handling
Accounts.Contains controllers for handling
MarketPrices.-
Uses of InvalidRequestPayloadApiResponse in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with annotations of type InvalidRequestPayloadApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountDTO> AccountApiController.postCreateNewAccount(@Valid CreateUpdateAccountDTO data, PortfolioRequestContext context) Creates a newAccount.org.springframework.http.ResponseEntity<AccountDTO> AccountApiController.putUpdateAccount(AccountPortfolioRequestContext context, @Valid CreateUpdateAccountDTO data) Returns an updatedAccount.org.springframework.http.ResponseEntity<Integer> AccountApiController.putUpdateAccountPortfolioAssignments(@Valid UpdateAccountPortfolioAssignmentsDTO data, jakarta.servlet.http.HttpServletRequest request) Moves accounts between portfolios owned by the current user. -
Uses of InvalidRequestPayloadApiResponse in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price with annotations of type InvalidRequestPayloadApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MarketPriceDTO> MarketPriceApiController.postCreateNewMarketPrice(@Valid CreateUpdateMarketPriceDTO data) Creates a newMarketPrice.org.springframework.http.ResponseEntity<MarketPriceDTO> MarketPriceApiController.putUpdateMarketPrice(String uid, @Valid CreateUpdateMarketPriceDTO data) Updates an existingMarketPrice.