All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hackernews4s.v0.Item.scala Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package hackernews4s.v0

import org.joda.time.DateTime

case class Item(
  id: ItemId,
  deleted: Boolean,
  itemType: ItemType,
  by: Option[UserId],
  createdAt: DateTime,
  text: String,
  dead: Boolean,
  parent: Option[ItemId],
  commentIds: Seq[ItemId],
  url: Option[String],
  score: Int,
  title: Option[String],
  parts: Seq[String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy