nhk4s.NHK

NHKProgramGuideAPI

case class NHKProgramGuideAPI(apiKey: String) extends JsonMethods with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, JsonMethods, JsonMethods[JValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NHKProgramGuideAPI
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsonMethods
  7. JsonMethods
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NHKProgramGuideAPI(apiKey: String)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val apiKey: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asJValue[T](obj: T)(implicit writer: Writer[T]): JValue

    Definition Classes
    JsonMethods
  9. def asJsonNode(jv: JValue): JsonNode

    Definition Classes
    JsonMethods
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compact(d: JValue): String

    Definition Classes
    JsonMethods → JsonMethods
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def find(area: Area, serviceId: String, programId: Long): Option[Program]

  15. def findAll(area: Area, serviceId: String, date: LocalDate = today): Seq[Program]

  16. def findAllByGenre(area: Area, serviceId: String, genreId: String, date: LocalDate = today): Seq[Program]

  17. def findNowOnAir(area: Area, serviceId: String): Seq[NowOnAirPrograms]

  18. def fromJValue[T](json: JValue)(implicit reader: Reader[T]): T

    Definition Classes
    JsonMethods
  19. def fromJsonNode(jn: JsonNode): JValue

    Definition Classes
    JsonMethods
  20. def genreApiEndpoint(areaId: Int, serviceId: String, genreId: String, date: LocalDate = today): String

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def infoApiEndpoint(areaId: Int, serviceId: String, programId: Long): String

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. implicit val jsonFormats: Formats

    Attributes
    protected
  25. def listApiEndpoint(areaId: Int, serviceId: String, date: LocalDate = today): String

  26. def mapper: ObjectMapper

    Definition Classes
    JsonMethods
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def nowApiEndpoint(areaId: Int, serviceId: String): String

  31. def parse(in: JsonInput, useBigDecimalForDouble: Boolean, useBigIntForLong: Boolean): JValue

    Definition Classes
    JsonMethods → JsonMethods
  32. def parseOpt(in: JsonInput, useBigDecimalForDouble: Boolean, useBigIntForLong: Boolean): Option[JValue]

    Definition Classes
    JsonMethods → JsonMethods
  33. def pretty(d: JValue): String

    Definition Classes
    JsonMethods → JsonMethods
  34. def render(value: JValue)(implicit formats: Formats): JValue

    Definition Classes
    JsonMethods → JsonMethods
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def ジャンルで番組一覧(area: Area, serviceId: String, genreId: String, date: LocalDate = today): Seq[Program]

  40. def 放送中(area: Area, serviceId: String): Seq[NowOnAirPrograms]

  41. def 番組一覧(area: Area, serviceId: String, date: LocalDate = today): Seq[Program]

  42. def 番組詳細(area: Area, serviceId: String, programId: Long): Option[Program]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonMethods

Inherited from JsonMethods[JValue]

Inherited from AnyRef

Inherited from Any

Ungrouped