Packages

case class Episode(audioPreviewUrl: String, description: String, durationMs: Int, explicit: Boolean, externalUrls: Map[String, String], href: String, id: String, images: List[Image], isExternallyHosted: Boolean, isPlayable: Boolean, languages: List[String], name: String, releaseDate: String, releaseDatePrecision: ReleaseDatePrecision, resumePoint: Option[ResumePoint] = None, show: Option[Show] = None, objectType: ObjectType = EpisodeObj, uri: URI) extends Searchable with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Searchable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Episode
  2. Serializable
  3. Product
  4. Equals
  5. Searchable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Episode(audioPreviewUrl: String, description: String, durationMs: Int, explicit: Boolean, externalUrls: Map[String, String], href: String, id: String, images: List[Image], isExternallyHosted: Boolean, isPlayable: Boolean, languages: List[String], name: String, releaseDate: String, releaseDatePrecision: ReleaseDatePrecision, resumePoint: Option[ResumePoint] = None, show: Option[Show] = None, objectType: ObjectType = EpisodeObj, uri: URI)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val audioPreviewUrl: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val description: String
  8. val durationMs: Int
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val explicit: Boolean
  11. val externalUrls: Map[String, String]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val href: String
  14. val id: String
  15. val images: List[Image]
  16. val isExternallyHosted: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val isPlayable: Boolean
  19. val languages: List[String]
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val objectType: ObjectType
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val releaseDate: String
  27. val releaseDatePrecision: ReleaseDatePrecision
  28. val resumePoint: Option[ResumePoint]
  29. val show: Option[Show]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val uri: URI
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Searchable

Inherited from AnyRef

Inherited from Any

Ungrouped