Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.watchlist.WatchlistNotFoundApiResponse
Packages that use WatchlistNotFoundApiResponse
-
Uses of WatchlistNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.watchlist
Methods in com.bluebell.greenhouse.planter.controllers.watchlist with annotations of type WatchlistNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WatchlistApiController.deleteWatchlist(WatchlistRequestContext context) Deletes an existingWatchlist.org.springframework.http.ResponseEntity<WatchlistDTO> WatchlistApiController.getWatchlist(WatchlistRequestContext context) org.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.postAddWatchlistItem(@Valid AddWatchlistItemDTO data, WatchlistRequestContext context) Adds a symbol to an existingWatchlist.org.springframework.http.ResponseEntity<WatchlistDTO> WatchlistApiController.putUpdateWatchlist(@Valid CreateUpdateWatchlistDTO data, WatchlistRequestContext context) Updates an existingWatchlist.