Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolUpcomingEventDTO
Packages that use SymbolUpcomingEventDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of SymbolUpcomingEventDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return SymbolUpcomingEventDTOModifier and TypeMethodDescriptionSymbolAnalysisEventSummaryDTO.nextEarnings()Returns the value of thenextEarningsrecord component.Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return types with arguments of type SymbolUpcomingEventDTOModifier and TypeMethodDescriptionSymbolAnalysisEventSummaryDTO.upcomingEvents()Returns the value of theupcomingEventsrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with parameters of type SymbolUpcomingEventDTOModifierConstructorDescriptionSymbolAnalysisEventSummaryDTO(boolean available, String note, SymbolUpcomingEventDTO nextEarnings, List<SymbolUpcomingEventDTO> upcomingEvents, EventMoveProfileDTO earningsMoveProfile) Creates an instance of aSymbolAnalysisEventSummaryDTOrecord class.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type SymbolUpcomingEventDTOModifierConstructorDescriptionSymbolAnalysisEventSummaryDTO(boolean available, String note, SymbolUpcomingEventDTO nextEarnings, List<SymbolUpcomingEventDTO> upcomingEvents, EventMoveProfileDTO earningsMoveProfile) Creates an instance of aSymbolAnalysisEventSummaryDTOrecord class.