Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.symbol.SymbolNotFoundApiResponse
Packages that use SymbolNotFoundApiResponse
Package
Description
Contains controllers for handling symbols and equities.
-
Uses of SymbolNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol with annotations of type SymbolNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> SymbolApiController.deleteSymbol(String symbolId) Deletes a symbol.org.springframework.http.ResponseEntity<SymbolDTO> SymbolApiController.getSymbolDetails(String query) Returns aResponseEntitycontaining aSymbolDTO.org.springframework.http.ResponseEntity<SymbolAliasDTO> SymbolAliasApiController.postCreateNewSymbolAlias(@Valid CreateUpdateSymbolAliasDTO data) Creates a newSymbolAlias.org.springframework.http.ResponseEntity<ManualSymbolEnrichmentResponse> SymbolApiController.postEnrichSymbol(String ticker, String exchangeMic, String symbolType) Enriches a symbol's metadata with additional information from the web.org.springframework.http.ResponseEntity<SymbolAliasDTO> SymbolAliasApiController.putUpdateSymbolAlias(@Valid CreateUpdateSymbolAliasDTO data, String symbolAliasUid) Updates an existingSymbolAlias.