DownloadedEdition

data class DownloadedEdition(val id: UUID, val downloadedDate: Date)

Contains an id that matches Edition.id and the date the edition was downloaded. Use EditionProvider.edition to get an Edition instance.

Constructors

Link copied to clipboard
constructor(id: UUID, downloadedDate: Date)

Properties

Link copied to clipboard
Link copied to clipboard
val id: UUID