Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.watchlist.WatchlistItemNotFoundApiResponse
Packages that use WatchlistItemNotFoundApiResponse
-
Uses of WatchlistItemNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.watchlist
Methods in com.bluebell.greenhouse.planter.controllers.watchlist with annotations of type WatchlistItemNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WatchlistItemApiController.deleteWatchlistItem(WatchlistItemRequestContext context) Deletes an existingWatchlistItem.org.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.putUpdateWatchlistItem(@Valid UpdateWatchlistItemDTO data, WatchlistItemRequestContext context) Updates an existingWatchlistItem.