Package

thangiee.riotapi

team

Permalink

package team

Visibility
  1. Public
  2. All

Type Members

  1. case class MatchHistorySummary(assists: Int = 0, date: Long = 0, deaths: Int = 0, gameId: Long = 0, gameMode: String = "", invalid: Boolean = true, kills: Int = 0, mapId: Int = 0, opposingTeamKills: Int = 0, opposingTeamName: String = "", win: Boolean = false) extends Product with Serializable

    Permalink
  2. case class Roster(memberList: List[TeamMemberInfo] = Nil, ownerId: Long = 0) extends Product with Serializable

    Permalink
  3. case class Team(createDate: Long, fullId: String, lastGameDate: Long, lastJoinDate: Long, lastJoinedRankedTeamQueueDate: Long, matchHistory: List[MatchHistorySummary], modifyDate: Long, name: String, roster: Roster, secondLastJoinDate: Long, status: String, tag: String, teamStatDetails: List[TeamStatDetail], thirdLastJoinDate: Long) extends Product with Serializable

    Permalink
  4. case class TeamMemberInfo(inviteDate: Long = 0, joinDate: Long = 0, playerId: Long = 0, status: String = "") extends Product with Serializable

    Permalink
  5. case class TeamStatDetail(averageGamesPlayed: Int = 0, losses: Int = 0, teamStatType: String = "", wins: Int = 0) extends Product with Serializable

    Permalink

Ungrouped