Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCryptoStatisticsResponse
Packages that use EODCryptoStatisticsResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCryptoStatisticsResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return EODCryptoStatisticsResponseModifier and TypeMethodDescriptionEODCryptoFundamentalsResponse.statistics()Returns the value of thestatisticsrecord component.Constructors in com.bluebell.greenhouse.sol.models.responses.eod with parameters of type EODCryptoStatisticsResponseModifierConstructorDescriptionEODCryptoFundamentalsResponse(EODCryptoGeneralResponse general, List<String> developers, EODCryptoLinksResponse links, String thumbnail, EODCryptoStatisticsResponse statistics, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODCryptoFundamentalsResponserecord class.