Class

org.edla.tmdb.api.Protocol

Movie

Related Doc: package Protocol

Permalink

case class Movie(runtime: Option[Long], status: String, backdrop_path: Option[String], overview: Option[String], title: String, vote_count: Long, tagline: Option[String], belongs_to_collection: Option[Collection], original_title: String, poster_path: Option[String], production_countries: List[ProductionCountry], revenue: Long, homepage: Option[String], imdb_id: String, id: Long, release_date: Option[String], budget: Long, popularity: Double, genres: List[Genre], production_companies: List[ProductionCompanie], adult: Boolean, spoken_languages: List[SpokenLanguage]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Movie
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by pimpAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Movie(runtime: Option[Long], status: String, backdrop_path: Option[String], overview: Option[String], title: String, vote_count: Long, tagline: Option[String], belongs_to_collection: Option[Collection], original_title: String, poster_path: Option[String], production_countries: List[ProductionCountry], revenue: Long, homepage: Option[String], imdb_id: String, id: Long, release_date: Option[String], budget: Long, popularity: Double, genres: List[Genre], production_companies: List[ProductionCompanie], adult: Boolean, spoken_languages: List[SpokenLanguage])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to any2stringadd[Movie] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Movie, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to ArrowAssoc[Movie] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val adult: Boolean

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val backdrop_path: Option[String]

    Permalink
  9. val belongs_to_collection: Option[Collection]

    Permalink
  10. val budget: Long

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensuring(cond: (Movie) ⇒ Boolean, msg: ⇒ Any): Movie

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to Ensuring[Movie] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Movie) ⇒ Boolean): Movie

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to Ensuring[Movie] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Movie

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to Ensuring[Movie] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Movie

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to Ensuring[Movie] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to StringFormat[Movie] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. val genres: List[Genre]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. val homepage: Option[String]

    Permalink
  22. val id: Long

    Permalink
  23. val imdb_id: String

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val original_title: String

    Permalink
  29. val overview: Option[String]

    Permalink
  30. val popularity: Double

    Permalink
  31. val poster_path: Option[String]

    Permalink
  32. val production_companies: List[ProductionCompanie]

    Permalink
  33. val production_countries: List[ProductionCountry]

    Permalink
  34. val release_date: Option[String]

    Permalink
  35. val revenue: Long

    Permalink
  36. val runtime: Option[Long]

    Permalink
  37. val spoken_languages: List[SpokenLanguage]

    Permalink
  38. val status: String

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val tagline: Option[String]

    Permalink
  41. val title: String

    Permalink
  42. def toJson(implicit writer: JsonWriter[Movie]): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to PimpedAny[Movie] performed by method pimpAny in spray.json.
    Definition Classes
    PimpedAny
  43. val vote_count: Long

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (Movie, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Movie to ArrowAssoc[Movie] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion pimpAny from Movie to PimpedAny[Movie]

Inherited by implicit conversion any2stringadd from Movie to any2stringadd[Movie]

Inherited by implicit conversion StringFormat from Movie to StringFormat[Movie]

Inherited by implicit conversion Ensuring from Movie to Ensuring[Movie]

Inherited by implicit conversion ArrowAssoc from Movie to ArrowAssoc[Movie]

Ungrouped