Package

thangiee.riotapi

summoner

Permalink

package summoner

Visibility
  1. Public
  2. All

Type Members

  1. case class Mastery(id: Int = 0, rank: Int = 0) extends Product with Serializable

    Permalink
  2. case class MasteryPage(current: Boolean = false, id: Long = 0, masteries: List[Mastery] = Nil, name: String = "") extends Product with Serializable

    Permalink
  3. case class MasteryPages(summonerId: Long, pages: Set[MasteryPage]) extends Product with Serializable

    Permalink
  4. case class RunePage(current: Boolean = false, id: Long = 0, name: String = "", slots: Set[RuneSlot] = Set()) extends Product with Serializable

    Permalink
  5. case class RunePages(pages: Set[RunePage], summonerId: Long) extends Product with Serializable

    Permalink
  6. case class RuneSlot(runeId: Int = 0, runeSlotId: Int = 0) extends Product with Serializable

    Permalink
  7. case class Summoner(id: Long, name: String, profileIconId: Int, revisionDate: Long, summonerLevel: Int) extends Product with Serializable

    Permalink

Ungrouped