Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.market.price.MarketPriceNotFoundApiResponse
Packages that use MarketPriceNotFoundApiResponse
-
Uses of MarketPriceNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price with annotations of type MarketPriceNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MarketPriceApiController.deleteMarketPrice(String uid) Deletes an existingMarketPrice.org.springframework.http.ResponseEntity<MarketPriceDTO> MarketPriceApiController.putUpdateMarketPrice(String uid, @Valid CreateUpdateMarketPriceDTO data) Updates an existingMarketPrice.