Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODFundamentalsGeneralResponse
Packages that use EODFundamentalsGeneralResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODFundamentalsGeneralResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return EODFundamentalsGeneralResponseModifier and TypeMethodDescriptionEODFundamentalsResponse.general()Returns the value of thegeneralrecord component.Constructors in com.bluebell.greenhouse.sol.models.responses.eod with parameters of type EODFundamentalsGeneralResponseModifierConstructorDescriptionEODFundamentalsResponse(EODFundamentalsGeneralResponse general, com.fasterxml.jackson.databind.JsonNode highlights, com.fasterxml.jackson.databind.JsonNode valuation, com.fasterxml.jackson.databind.JsonNode sharesStats, com.fasterxml.jackson.databind.JsonNode technicals, com.fasterxml.jackson.databind.JsonNode splitsDividends, com.fasterxml.jackson.databind.JsonNode analystRatings, com.fasterxml.jackson.databind.JsonNode holders, com.fasterxml.jackson.databind.JsonNode insiderTransactions, com.fasterxml.jackson.databind.JsonNode outlook, com.fasterxml.jackson.databind.JsonNode earnings, com.fasterxml.jackson.databind.JsonNode financials, com.fasterxml.jackson.databind.JsonNode etfData, com.fasterxml.jackson.databind.JsonNode fundData, com.fasterxml.jackson.databind.JsonNode components, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODFundamentalsResponserecord class.