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