VideoEntity

class VideoEntity(id: EntityID<Int>) : IntEntity

Exposed entity

Constructors

Link copied to clipboard
fun VideoEntity(id: EntityID<Int>)

Types

Link copied to clipboard
object Companion : IntSubQueryEntityClass<VideoEntity>

Properties

Link copied to clipboard
var createAt: Long
Link copied to clipboard
var description: String
Link copied to clipboard
var descriptionRu: String?
Link copied to clipboard
var image: String
Link copied to clipboard
var isPublished: Boolean
Link copied to clipboard
var title: String
Link copied to clipboard
var titleRu: String?
Link copied to clipboard
var updateAt: Long
Link copied to clipboard
var uploads: SizedIterable<UploadEntity>
Link copied to clipboard
var url: String

Extensions

Link copied to clipboard
fun VideoEntity.toVideo(): Video

Convert to model