Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarEarningsEntryResponse
Packages that use EODCalendarEarningsEntryResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCalendarEarningsEntryResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODCalendarEarningsEntryResponseModifier and TypeMethodDescriptionEODCalendarEarningsResponse.earnings()Returns the value of theearningsrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODCalendarEarningsEntryResponseModifierConstructorDescriptionEODCalendarEarningsResponse(String type, String description, String from, String to, String symbols, List<EODCalendarEarningsEntryResponse> earnings) Creates an instance of aEODCalendarEarningsResponserecord class.