NewsItem

class NewsItem(val id: Long, url: String, val title: String, val body: String, publish: ZonedDateTime, readNews: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(id: Long, url: String, title: String, body: String, publish: ZonedDateTime, readNews: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getHtmlUrl(): String
Link copied to clipboard
fun setRead()