Uses of Interface
com.bluebell.greenhouse.sol.models.responses.GenericIntegrationResponse
Packages that use GenericIntegrationResponse
Package
Description
Contains article metadata response models.
Contains response representations for EOD-backed integrations.
Contains pojos representing responses specifically for ForexFactory.
Response representations for OpenAI-backed symbol enrichment integrations.
Contains translators that are responsible for converting responses into dtos.
-
Uses of GenericIntegrationResponse in com.bluebell.greenhouse.sol.models.responses.article
Classes in com.bluebell.greenhouse.sol.models.responses.article that implement GenericIntegrationResponseModifier and TypeClassDescriptionfinal recordArticle metadata extracted from an article page. -
Uses of GenericIntegrationResponse in com.bluebell.greenhouse.sol.models.responses.eod
Classes in com.bluebell.greenhouse.sol.models.responses.eod that implement GenericIntegrationResponseModifier and TypeClassDescriptionfinal recordStandard error payload returned by EOD-backed endpoints.final recordBulk fundamentals payload keyed by symbol.final recordPaginated dividends calendar payload.final recordEarnings calendar payload.final recordIPO calendar payload.final recordSplit calendar payload.final recordEarnings-trends calendar payload.final recordHybrid fundamentals response for cryptocurrencies.final recordEconomic event record.final recordExchange metadata, trading hours, and holidays payload.final recordHybrid fundamentals response for stocks, ETFs, funds, and indices.final recordRaw EOD historical price bar.final recordRaw intraday price bar.final recordFinancial news article payload.final recordFinancial news article sentiment payload.final recordNews word-weight payload.final recordSearch result returned by the EOD search endpoint.final recordSentiment point for a single ticker and date bucket.final recordSentiment payload keyed by provider symbol.final recordSymbol rename history record.final recordRaw technical indicator point. -
Uses of GenericIntegrationResponse in com.bluebell.greenhouse.sol.models.responses.forexfactory
Classes in com.bluebell.greenhouse.sol.models.responses.forexfactory that implement GenericIntegrationResponseModifier and TypeClassDescriptionfinal recordClass representation of a single market event on a particular day. -
Uses of GenericIntegrationResponse in com.bluebell.greenhouse.sol.models.responses.openai
Classes in com.bluebell.greenhouse.sol.models.responses.openai that implement GenericIntegrationResponseModifier and TypeClassDescriptionfinal recordRaw response representation for the OpenAI Responses API. -
Uses of GenericIntegrationResponse in com.bluebell.greenhouse.sol.translators
Classes in com.bluebell.greenhouse.sol.translators with type parameters of type GenericIntegrationResponseModifier and TypeInterfaceDescriptioninterfaceGenericTranslator<R extends GenericIntegrationResponse, D extends GenericIntegrationDTO>General translator that translates aGenericIntegrationResponseinto aGenericIntegrationDTO.