Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.watchlist.AddWatchlistItemDTO
Packages that use AddWatchlistItemDTO
Package
Description
Contains API controllers for the
Watchlist entity.Contains the watchlist orchestrators.
-
Uses of AddWatchlistItemDTO in com.bluebell.greenhouse.planter.controllers.watchlist
Methods in com.bluebell.greenhouse.planter.controllers.watchlist with parameters of type AddWatchlistItemDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.postAddWatchlistItem(@Valid AddWatchlistItemDTO data, WatchlistRequestContext context) Adds a symbol to an existingWatchlist. -
Uses of AddWatchlistItemDTO in com.bluebell.greenhouse.planter.orchestrators.watchlist
Methods in com.bluebell.greenhouse.planter.orchestrators.watchlist with parameters of type AddWatchlistItemDTOModifier and TypeMethodDescriptionWatchlistItemOrchestrator.addWatchlistItem(AddWatchlistItemDTO data, WatchlistRequestContext context) Adds aWatchlistItemto an ownedWatchlist.