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