AbstractNewsSentiment

abstract class AbstractNewsSentiment : BuilderFactory<T>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun articleId(articleId: Long): AbstractNewsSentiment
Link copied to clipboard
abstract fun build(): T
Link copied to clipboard
abstract fun compositeScore(compositeScore: Double): AbstractNewsSentiment
Link copied to clipboard
abstract fun cryptoRelevance(cryptoRelevance: Double): AbstractNewsSentiment
Link copied to clipboard
abstract fun lastUpdated(lastUpdated: String): AbstractNewsSentiment
abstract fun lastUpdated(lastUpdated: LocalDateTime): AbstractNewsSentiment
Link copied to clipboard
abstract fun negativeScore(negativeScore: Double): AbstractNewsSentiment
Link copied to clipboard
abstract fun neutralScore(neutralScore: Double): AbstractNewsSentiment
Link copied to clipboard
abstract fun positiveScore(positiveScore: Double): AbstractNewsSentiment
Link copied to clipboard
abstract fun publishedDate(publishedDate: String): AbstractNewsSentiment
abstract fun publishedDate(publishedDate: LocalDateTime): AbstractNewsSentiment
Link copied to clipboard
abstract fun source(source: String): AbstractNewsSentiment
Link copied to clipboard
abstract fun title(title: String): AbstractNewsSentiment
Link copied to clipboard
abstract fun url(url: String): AbstractNewsSentiment