Interface GenericIntegrationResponse
- All Known Implementing Classes:
ArticleMetadataResponse, EODApiErrorResponse, EODBulkFundamentalsResponse, EODCalendarDividendsResponse, EODCalendarEarningsResponse, EODCalendarIposResponse, EODCalendarSplitsResponse, EODCalendarTrendsResponse, EODCryptoFundamentalsResponse, EODEconomicEventResponse, EODExchangeDetailsResponse, EODFundamentalsResponse, EODHistoricalDataResponse, EODIntradayDataResponse, EODNewsResponse, EODNewsSentimentResponse, EODNewsWordWeightsResponse, EODSearchResponse, EODSentimentPointResponse, EODSentimentResponse, EODSymbolChangeHistoryResponse, EODTechnicalIndicatorResponse, ForexFactoryMarketEventResponse, OpenAIResponse
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic response from a client integration.
- Version:
- 1.0.5
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Flag to return whether this response is empty, used in place of returning null.
-
Method Details
-
isEmpty
boolean isEmpty()Flag to return whether this response is empty, used in place of returning null.- Returns:
- true if a certain condition is met (usually some key data being null/empty)
-