Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarDividendEntryResponse
Packages that use EODCalendarDividendEntryResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCalendarDividendEntryResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODCalendarDividendEntryResponseModifier and TypeMethodDescriptionEODCalendarDividendsResponse.data()Returns the value of thedatarecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODCalendarDividendEntryResponseModifierConstructorDescriptionEODCalendarDividendsResponse(List<EODCalendarDividendEntryResponse> data, com.fasterxml.jackson.databind.JsonNode links, com.fasterxml.jackson.databind.JsonNode meta) Creates an instance of aEODCalendarDividendsResponserecord class.