Uses of Enum Class
com.bluebell.greenhouse.platform.enums.market.MarketNewsImageStatus
Packages that use MarketNewsImageStatus
Package
Description
Contains core enums used for market entities.
Contains non-persistent market news models.
-
Uses of MarketNewsImageStatus in com.bluebell.greenhouse.platform.enums.market
Subclasses with type arguments of type MarketNewsImageStatus in com.bluebell.greenhouse.platform.enums.marketModifier and TypeClassDescriptionenumRepresentation of market news image enrichment states.Classes in com.bluebell.greenhouse.platform.enums.market that implement interfaces with type arguments of type MarketNewsImageStatusModifier and TypeClassDescriptionenumRepresentation of market news image enrichment states.Methods in com.bluebell.greenhouse.platform.enums.market that return MarketNewsImageStatusModifier and TypeMethodDescriptionstatic MarketNewsImageStatusReturns the enum constant of this class with the specified name.static MarketNewsImageStatus[]MarketNewsImageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MarketNewsImageStatus in com.bluebell.greenhouse.platform.models.core.nonentities.market.news
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.market.news that return MarketNewsImageStatusModifier and TypeMethodDescriptionMarketNews.imageStatus()Returns the value of theimageStatusrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.market.news with parameters of type MarketNewsImageStatusModifierConstructorDescriptionMarketNews(String date, String title, String content, String link, String imageUrl, MarketNewsImageStatus imageStatus, List<String> symbols, List<String> tags, String source, MarketNewsSentiment sentiment) Creates an instance of aMarketNewsrecord class.