Skip navigation links
A B C E F G H I L M N O P Q R S T V W 

A

AggregatedStatsDto - Class in org.dc.riot.lol.rx.model.stats
This object contains aggregated stat information.

Getters of this class will return -1 if a value is not defined.
AggregatedStatsDto() - Constructor for class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
ApiFactory - Class in org.dc.riot.lol.rx.service.interfaces
Use this class to generate instances of RiotApi interfaces.
ApiFactory.Builder - Class in org.dc.riot.lol.rx.service.interfaces
Used to create ApiFactory instances pointed at specific versions.
ApiKey - Class in org.dc.riot.lol.rx.service
Primary entry point for using this service.
ApiKey(String, RateRule...) - Constructor for class org.dc.riot.lol.rx.service.ApiKey
This constructor is exposed for convenience, but a better approach to creating ApiKey instances is to use ApiKey.loadApiKeys() or ApiKey.loadApiKeys(File)
AscendedType - Enum in org.dc.riot.lol.rx.model.match
Ascended event types.

B

BannedChampion - Class in org.dc.riot.lol.rx.model.common
Banned champion information.
BannedChampion() - Constructor for class org.dc.riot.lol.rx.model.common.BannedChampion
 
BasicDataDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains basic data.
BasicDataDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
BasicDataDto(boolean) - Constructor for class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
BasicDataStatsDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains basic data stats.

Getters of this class will return 0 for undefined values.
BasicDataStatsDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
BlockDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion recommended block data.
BlockDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.BlockDto
 
BlockItemDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion recommended block item data.
BlockItemDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.BlockItemDto
 
build() - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
Builder(ApiKey) - Constructor for class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
BuildingType - Enum in org.dc.riot.lol.rx.model.match
Building types.

C

CapturePoint - Enum in org.dc.riot.lol.rx.model.match
Capture point.
ChampDataTag - Enum in org.dc.riot.lol.rx.service.request
ChampDto - Class in org.dc.riot.lol.rx.model.champion
This object contains champion data.

If looking for stats on champions and details like that check out ChampionDto in the Static Data package.
ChampDto() - Constructor for class org.dc.riot.lol.rx.model.champion.ChampDto
 
ChampionDto - Class in org.dc.riot.lol.rx.model.staticdata
Detailed statistics for champions.
ChampionDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
ChampionListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion list data.
ChampionListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
 
ChampionMasteryDto - Class in org.dc.riot.lol.rx.model.championmastery
Contains single champion mastery information for a player and champion combination.
ChampionMasteryDto() - Constructor for class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
ChampionSpellDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion spell data.
ChampionSpellDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
ChampionStatsDto - Class in org.dc.riot.lol.rx.model.stats
This object contains a collection of champion stats information.
ChampionStatsDto() - Constructor for class org.dc.riot.lol.rx.model.stats.ChampionStatsDto
 
ChampListDataTag - Enum in org.dc.riot.lol.rx.service.request
ChampListDto - Class in org.dc.riot.lol.rx.model.champion
This object contains champion data.
ChampListDto() - Constructor for class org.dc.riot.lol.rx.model.champion.ChampListDto
 
create(Callable<T>) - Static method in class org.dc.riot.lol.rx.service.ObservableFactory
 
CurrentGame_v1_0 - Class in org.dc.riot.lol.rx.service.interfaces
 
CurrentGame_v1_0(ApiKey, Region) - Constructor for class org.dc.riot.lol.rx.service.interfaces.CurrentGame_v1_0
 
CurrentGameInfo - Class in org.dc.riot.lol.rx.model.currentgame
Current game data object.
CurrentGameInfo() - Constructor for class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
CurrentGameParticipant - Class in org.dc.riot.lol.rx.model.currentgame
Current game participant.
CurrentGameParticipant() - Constructor for class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 

E

encodeName(String) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
 
equals(Object) - Method in class org.dc.riot.lol.rx.service.RateRule
 
equals(Object) - Method in class org.dc.riot.lol.rx.service.Region
 
Event - Class in org.dc.riot.lol.rx.model.match
This object contains game event information.
Event() - Constructor for class org.dc.riot.lol.rx.model.match.Event
 
EventType - Enum in org.dc.riot.lol.rx.model.match
Event type.

F

FeaturedGameInfo - Class in org.dc.riot.lol.rx.model.featuredgame
Featured game information.
FeaturedGameInfo() - Constructor for class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
FeaturedGameParticipant - Class in org.dc.riot.lol.rx.model.featuredgame
Featured game participant information.
FeaturedGameParticipant() - Constructor for class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
FeaturedGamesDto - Class in org.dc.riot.lol.rx.model.featuredgame
Spectate featured games DTO.
FeaturedGamesDto() - Constructor for class org.dc.riot.lol.rx.model.featuredgame.FeaturedGamesDto
 
Frame - Class in org.dc.riot.lol.rx.model.match
This object contains game frame information.
Frame() - Constructor for class org.dc.riot.lol.rx.model.match.Frame
 
from(Region) - Static method in enum org.dc.riot.lol.rx.model.common.PlatformId
 
from(int) - Static method in enum org.dc.riot.lol.rx.model.game.PlayerPosition
 
from(int) - Static method in enum org.dc.riot.lol.rx.model.game.PlayerRole
 
from(String) - Static method in class org.dc.riot.lol.rx.service.RateRule
 
from(String) - Static method in class org.dc.riot.lol.rx.service.Region
 
from(String) - Static method in enum org.dc.riot.lol.rx.service.RiotApi.RateType
 

G

GameDto - Class in org.dc.riot.lol.rx.model.game
This object contains game information.
GameDto() - Constructor for class org.dc.riot.lol.rx.model.game.GameDto
 
GameMode - Enum in org.dc.riot.lol.rx.model.common
Game mode string bound list
GameSubType - Enum in org.dc.riot.lol.rx.model.game
Game sub types.
GameType - Enum in org.dc.riot.lol.rx.model.common
Game type enumeration
getAggregatedStats() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getAllytips() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getAltimages() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
Possibly deprecated in 1.0.1
getAncientGolemAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getAncientGolemKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getApiKey() - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
getArmor() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getArmorperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getAscendedType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getAssistedLaneDeathsPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getAssistedLaneKillsPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getAssistingParticipantIds() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getAssists() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getAssists() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getAssists() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getAttack() - Method in class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
getAttackdamage() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getAttackdamageperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getAttackrange() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getAttackspeedoffset() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
What is AS offset?
getAttackspeedperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getAuthor() - Method in class org.dc.riot.lol.rx.model.status.Message
Sometimes explicitly defined as null in JSON response.
getAverageAssists() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageChampionsKilled() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageCombatPlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageGamesPlayed() - Method in class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
getAverageNodeCapture() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageNodeCaptureAssist() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageNodeNeutralize() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageNodeNeutralizeAssist() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageNumDeaths() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageObjectivePlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageTeamObjective() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getAverageTotalPlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getBannedChampions() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getBannedChampions() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getBans() - Method in class org.dc.riot.lol.rx.model.match.Team
Implementation note: seems to frequently not be set, even for ranked games.
getBaronAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getBaronKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getBaronKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getBarracksKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getBase() - Method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
Implementation note: Total Biscuit of Rejuvenation breaks this contract.
getBasic() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getBasic() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneListDto
Details returned by this object can be applied to all RuneDto objects returned by RuneListDto.getData().
getBlocks() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getBlurb() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getBotGamesPlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getBuffer() - Method in class org.dc.riot.lol.rx.service.TicketBucket
 
getBuildingType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getByAccounts(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/by-account/{accountIds}

400 Bad request
401 Unauthorized
404 No summoner data found for any specified inputs
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getByCode(String) - Static method in class org.dc.riot.lol.rx.service.Regions
 
getByIds(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/{summonerIds}

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getByNames(String...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/by-name/{summonerNames}

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getBySummonerEntries(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/by-summoner/{summonerIds}/entry

400 Bad request
401 Unauthorized
404 League data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getBySummoners(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/by-summoner/{summonerIds}/entry

400 Bad request
401 Unauthorized
404 League data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getByTeamEntries(String...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/by-team/{teamIds}/entry

400 Bad request
401 Unauthorized
404 League data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getByTeams(String...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/by-team/{teamIds}

400 Bad request
401 Unauthorized
404 League data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getCdn() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
E.g.
getChallenger(QueueType.ChallengerMaster) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/challenger

400 Bad request, (e.g.
getChampion() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getChampion() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getChampion(long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Champion
/api/lol/{region}/v1.2/champion/{id}

400 Bad request
401 Unauthorized
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getChampion(long, String, String, ChampDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/champion/{id}

400 Bad request
401 Unauthorized
404 Champion not found, bad champId
500 Internal server error
503 Service unavailable
getChampionId() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.common.BannedChampion
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.game.PlayerDto
 
getChampionId() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getChampionLevel() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getChampionPoints() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getChampionPointsSinceLastLevel() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getChampionPointsUntilNextLevel() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getChampions() - Method in class org.dc.riot.lol.rx.model.champion.ChampListDto
 
getChampions() - Method in class org.dc.riot.lol.rx.model.stats.RankedStatsDto
 
getChampions(boolean) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Champion
/api/lol/{region}/v1.2/champion

400 Bad request
401 Unauthorized
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getChampions(boolean, String, String, ChampListDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/champion

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getChampionsKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getChampLevel() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getClientRefreshInterval() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGamesDto
 
getCode() - Method in enum org.dc.riot.lol.rx.model.game.PlayerPosition
 
getCode() - Method in enum org.dc.riot.lol.rx.model.game.PlayerRole
 
getCode() - Method in exception org.dc.riot.lol.rx.service.error.HttpException
 
getCode() - Method in class org.dc.riot.lol.rx.service.Region
 
getCoeff() - Method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getColloq() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: may be null (e.g.
getColloq() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getCombatPlayerScore() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getCombatPlayerScore() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getConsumablesPurchased() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getContent() - Method in class org.dc.riot.lol.rx.model.status.Message
 
getContent() - Method in class org.dc.riot.lol.rx.model.status.Translation
 
getCooldown() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getCooldown() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getCooldownBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
Cooldown reduction for leveling up a skill, or cooldown at each subsequent skill level.
getCooldownBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getCost() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getCost() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getCostBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getCostBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getCostType() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getCostType() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getCount() - Method in class org.dc.riot.lol.rx.model.common.Rune
 
getCount() - Method in class org.dc.riot.lol.rx.model.staticdata.BlockItemDto
 
getCreatedAt() - Method in class org.dc.riot.lol.rx.model.status.Incident
 
getCreatedAt() - Method in class org.dc.riot.lol.rx.model.status.Message
 
getCreateDate() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getCreateDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getCreatorId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getCreepsPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getCrit() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getCritperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getCsDiffPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getCss() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Usually just the current patch (e.g.
getCunning() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeDto
 
getCurrentGold() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getDamageDealtPlayer() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getDamageTakenDiffPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getDamageTakenPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.LanguageStringsDto
HUGE hash map of various kinds of pretty print strings.
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDataDto
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneListDto
 
getData() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellListDto
 
getDate() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getDd() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Usually just the current patch (e.g.
getDeaths() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getDeaths() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getDefense() - Method in class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
getDepth() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getDepth() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getDevelopmentRates() - Static method in class org.dc.riot.lol.rx.service.RateRule
 
getDifficulty() - Method in class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
getDivision() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getDominionScore() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getDominionVictoryScore() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getDoubleKills() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getDoubleKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getDragonAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getDragonKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getDragonKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getDyn() - Method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getEffect() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
Implementation note: it is OK for this value to return empty.
getEffect() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemDto
Implementation note: might be null.
getEffect() - Method in class org.dc.riot.lol.rx.model.staticdata.LevelTipDto
 
getEffect() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
Implementation note: not applicable to all summoner spells, so some will return empty.
getEffectBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getEffectBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getElderLizardAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getElderLizardKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getEncryptionKey() - Method in class org.dc.riot.lol.rx.model.common.Observer
 
getEndIndex() - Method in class org.dc.riot.lol.rx.model.match.MatchListDto
 
getEnemytips() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getEntries() - Method in class org.dc.riot.lol.rx.model.league.LeagueDto
 
getEvents() - Method in class org.dc.riot.lol.rx.model.match.Frame
 
getEventType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getExcluding(Region...) - Static method in class org.dc.riot.lol.rx.service.Regions
Gets a list of Regions excluding the given Regions.
getFeaturedGames() - Method in interface org.dc.riot.lol.rx.service.RiotApi.FeaturedGames
/observer-mode/rest/featured

403 Forbidden
429 Rate limit exceeded
getFellowPlayers() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getFerocity() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeDto
 
getFirstBlood() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getFlatArmorMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatAttackSpeedMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatBlockMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatCritChanceMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatCritDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatEnergyPoolMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatEnergyRegenMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatEXPBonus() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatHPPoolMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatHPRegenMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatMagicDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatMovementSpeedMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatMPPoolMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatMPRegenMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatPhysicalDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFlatSpellBlockMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getFormat() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
Format data is delivered in (e.g.
getFrameInterval() - Method in class org.dc.riot.lol.rx.model.match.Timeline
 
getFrames() - Method in class org.dc.riot.lol.rx.model.match.Timeline
 
getFrom() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getFrom() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getFull() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getFullId() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getGameId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGameId() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getGameId() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getGameLength() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameLength() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGameList() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGamesDto
 
getGameMode() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameMode() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGameMode() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getGameMode() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getGameQueueConfigId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameQueueConfigId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGames() - Method in class org.dc.riot.lol.rx.model.game.RecentGamesDto
 
getGameStartTime() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameStartTime() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGameType() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getGameType() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getGameType() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getGold() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getGold() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Data Dragon includes the gold field for basic data, which is shared by both rune and item.
getGoldEarned() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getGoldEarned() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getGoldPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getGoldSpent() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getGoldSpent() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getGroup() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: might be null (e.g.
getGroup() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getGroup() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getGroups() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getGson() - Static method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
getH() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getHeader() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemTreeDto
 
getHeaders() - Method in exception org.dc.riot.lol.rx.service.error.HttpException
 
getHighestAchievedSeasonTier() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getHighestGrade() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getHostname() - Method in class org.dc.riot.lol.rx.model.status.Shard
 
getHostname() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getHp() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getHpperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getHpregen() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getHpregenperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getId() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
For static information correlating to champion IDs, please refer to the LoL Static Data API.
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.BlockItemDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.SkinDto
 
getId() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getId() - Method in class org.dc.riot.lol.rx.model.stats.ChampionStatsDto
Note that champion ID 0 represents the combined stats for all champions.
getId() - Method in class org.dc.riot.lol.rx.model.status.Incident
 
getId() - Method in class org.dc.riot.lol.rx.model.status.Message
Changed in 1.0.1 to return a String instead of a Long.
getId() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
getId() - Method in class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
getId() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: this field may be deprecated.
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getImage() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getIncidents() - Method in class org.dc.riot.lol.rx.model.status.Service
 
getIndex() - Method in class org.dc.riot.lol.rx.service.TicketBucket.Ticket
 
getInfo() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getInhibitorAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getInhibitorKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getInhibitorKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getInhibitorKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.champion.ChampDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.champion.ChampListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.common.BannedChampion
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.common.Mastery
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.common.Observer
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.common.Rune
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGamesDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.game.GameDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.game.PlayerDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.game.RecentGamesDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.league.LeagueDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Event
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Frame
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.MatchListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Participant
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.ParticipantIdentity
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Player
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Position
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Team
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.match.Timeline
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.BlockDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.BlockItemDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.GroupDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ItemDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.ItemTreeDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.LanguageStringsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.LevelTipDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MapDataDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeItemDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.MetaDataDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.RangeDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.RuneListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.SkinDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.stats.ChampionStatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryListDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.stats.RankedStatsDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.Incident
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.Message
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.Service
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.Shard
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.status.Translation
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.MasteryPagesDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.RunePagesDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.RuneSlotDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.team.RosterDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
 
getInstanceCount() - Static method in class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
getInto() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getInto() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getInviteDate() - Method in class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
 
getIpEarned() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getItem(long, String, String, ItemDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/item/{id}

400 Bad request
401 Unauthorized
404 Item id not found
500 Internal server error
503 Service unavailable
getItem0() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem0() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem1() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem1() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem2() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem2() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem3() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem3() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem4() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem4() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem5() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem5() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItem6() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getItem6() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getItemAfter() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getItemBefore() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getItemId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getItems() - Method in class org.dc.riot.lol.rx.model.staticdata.BlockDto
 
getItems(String, String, ItemListDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/item

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getItemsPurchased() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getJoinDate() - Method in class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
Implementation note: this value may not be set by the server resulting in -1.
getJungleMinionsKilled() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getKey() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getKey() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getKey() - Method in class org.dc.riot.lol.rx.model.staticdata.GroupDto
 
getKey() - Method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getKey() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getKeys() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
 
getKillerId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getKillingSpree() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getKillingSprees() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getKillingSprees() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getKills() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getL() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Usually just the current patch (e.g.
getLabel() - Method in class org.dc.riot.lol.rx.model.staticdata.LevelTipDto
 
getLane() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getLane() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getLaneType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getLanguageStrings(String, String) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/language-strings

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getLargestCriticalStrike() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getLargestCriticalStrike() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getLargestKillingSpree() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getLargestKillingSpree() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getLargestMultiKill() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getLargestMultiKill() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getLastGameDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getLastJoinDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getLastJoinedRankedTeamQueueDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getLastPlayTime() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
In Unix milliseconds time format.
getLeaguePoints() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getLegendaryItemsCreated() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getLevel() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getLevel() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getLevel() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getLeveltip() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getLeveltip() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
Implementation note: not all summoner spells define a level tip.
getLevelUpType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getLg() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Usually just the current patch (e.g.
getLink() - Method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getLocale() - Method in class org.dc.riot.lol.rx.model.status.Translation
 
getLocales() - Method in class org.dc.riot.lol.rx.model.status.Shard
 
getLocales() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getLocales() - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/languages

Gets language strings

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getLore() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getLosses() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getLosses() - Method in class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
getLosses() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getLosses() - Method in class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
getMagic() - Method in class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
getMagicDamageDealt() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getMagicDamageDealtPlayer() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getMagicDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getMagicDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getMagicDamageTaken() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getMagicDamageTaken() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getMap() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getMap(String, String) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/map

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getMapId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getMapId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getMapId() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getMapId() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMapId() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
 
getMapId() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getMapName() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
 
getMaps() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getMaps() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getMaster(QueueType.ChallengerMaster) - Method in interface org.dc.riot.lol.rx.service.RiotApi.League
/api/lol/{region}/v2.5/league/master

400 Bad request
401 Unauthorized
404 League data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getMasteries() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getMasteries() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getMasteries() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
getMasteries(String, String, MasteryListDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/mastery

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getMasteries(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/{summonerIds}/masteries

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getMastery(long, String, String, MasteryDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/mastery/{id}

400 Bad request
401 Unauthorized
404 Mastery data not found
500 Internal server error
503 Service unavailable
getMasteryId() - Method in class org.dc.riot.lol.rx.model.common.Mastery
 
getMasteryId() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeItemDto
 
getMasteryScore(long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.ChampionMastery
/championmastery/location/{platformId}/player/{summonerId}/score

404 Not found
500 Something bad happened
getMasteryTree() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
Season 6 values: Cunning, Ferocity, Resolve.
getMasteryTreeItems() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeListDto
Implementation note: this list may contain null items.
getMatch(long, boolean) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Match
/api/lol/{region}/v2.2/match/{matchId}

400 Bad request
401 Unauthorized
404 Match not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getMatchCreation() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
Designates when the team select lobby is created and/or the match is made through match making, not when the game actually starts.
getMatchDuration() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMatches() - Method in class org.dc.riot.lol.rx.model.match.MatchListDto
 
getMatchHistory() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getMatchHistoryUri() - Method in class org.dc.riot.lol.rx.model.match.Player
 
getMatchId() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMatchId() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getMatchList(long, long[], RankedQueue[], Season[], long, long, int, int) - Method in interface org.dc.riot.lol.rx.service.RiotApi.MatchList
/api/lol/{region}/v2.2/matchlist/by-summoner/{summonerId}

A number of optional parameters are provided for filtering.
getMatchMode() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMatchType() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMatchVersion() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getMaxAssists() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxChampionsKilled() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMaxCombatPlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxGroupOwnable() - Method in class org.dc.riot.lol.rx.model.staticdata.GroupDto
How many of a particular kind of item a player can pack into one slot.
getMaxLargestCriticalStrike() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMaxLargestKillingSpree() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMaxNodeCapture() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxNodeCaptureAssist() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxNodeNeutralize() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxNodeNeutralizeAssist() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxNumDeaths() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Only returned for ranked statistics.
getMaxObjectivePlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxrank() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getMaxrank() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getMaxTeamObjective() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMaxTimePlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMaxTimeSpentLiving() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMaxTotalPlayerScore() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getMemberList() - Method in class org.dc.riot.lol.rx.model.team.RosterDto
 
getMilliseconds() - Method in class org.dc.riot.lol.rx.service.RateRule
 
getMinionsDenied() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getMinionsKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getMinionsKilled() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getMinionsKilled() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getMiniSeries() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getMode() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getModes() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getModifyDate() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getModifyDate() - Method in class org.dc.riot.lol.rx.model.stats.RankedStatsDto
 
getModifyDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getMonsterType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getMostChampionKillsPerSession() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMostSpellsCast() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getMovespeed() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getMp() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getMpperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getMpregen() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getMpregenperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getN() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Usually just the current patch (e.g.
getName() - Method in class org.dc.riot.lol.rx.model.league.LeagueDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.SkinDto
 
getName() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getName() - Method in class org.dc.riot.lol.rx.model.status.Service
 
getName() - Method in class org.dc.riot.lol.rx.model.status.Shard
 
getName() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getName() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
getName() - Method in class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
getName() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getName() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getName() - Method in class org.dc.riot.lol.rx.service.Region
 
getName() - Method in class org.dc.riot.lol.rx.service.TicketBucket.Ticket
 
getNames(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/{summonerIds}/name

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getNeutralMinionsKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNeutralMinionsKilled() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNeutralMinionsKilledEnemyJungle() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNeutralMinionsKilledEnemyJungle() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNeutralMinionsKilledTeamJungle() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNeutralMinionsKilledYourJungle() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNodeCapture() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNodeCapture() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNodeCaptureAssist() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNodeCaptureAssist() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNodeNeutralize() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNodeNeutralize() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNodeNeutralizeAssist() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNodeNeutralizeAssist() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getNormalGamesPlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getNum() - Method in class org.dc.riot.lol.rx.model.staticdata.SkinDto
 
getNumDeaths() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getNumItemsBought() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getObjectivePlayerScore() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getObjectivePlayerScore() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getObservers() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getObservers() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getOpposingTeamKills() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getOpposingTeamName() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
getOwnerId() - Method in class org.dc.riot.lol.rx.model.team.RosterDto
 
getPages() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPagesDto
Implementation note: could be empty if the player has no mastery pages.
getPages() - Method in class org.dc.riot.lol.rx.model.summoner.RunePagesDto
 
getParent() - Method in class org.dc.riot.lol.rx.service.TicketBucket.Ticket
 
getParticipantFrames() - Method in class org.dc.riot.lol.rx.model.match.Frame
 
getParticipantId() - Method in class org.dc.riot.lol.rx.model.league.LeagueDto
Specifies the relevant participant that is a member of this league (i.e., a requested summoner ID, a requested team ID, or the ID of a team to which one of the requested summoners belongs).
getParticipantId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getParticipantId() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getParticipantId() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getParticipantId() - Method in class org.dc.riot.lol.rx.model.match.ParticipantIdentity
 
getParticipantIdentities() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getParticipants() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getParticipants() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getParticipants() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getPartype() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getPassive() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getPentaKills() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPentaKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getPer() - Method in class org.dc.riot.lol.rx.service.RateRule
 
getPercentArmorMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentAttackSpeedMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentBlockMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentCritChanceMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentCritDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentDodgeMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentEXPBonus() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentHPPoolMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentHPRegenMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentLifeStealMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentMagicDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentMovementSpeedMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentMPPoolMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentMPRegenMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentPhysicalDamageMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentSpellBlockMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPercentSpellVampMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getPhysicalDamageDealt() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getPhysicalDamageDealtPlayer() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPhysicalDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPhysicalDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getPhysicalDamageTaken() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPhysicalDamageTaken() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getPickTurn() - Method in class org.dc.riot.lol.rx.model.common.BannedChampion
 
getPlaintext() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: might be null (e.g.
getPlaintext() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getPlatformId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 
getPlatformId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameInfo
 
getPlatformId() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getPlatformId() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getPlayer() - Method in class org.dc.riot.lol.rx.model.match.ParticipantIdentity
 
getPlayerAllMastery(long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.ChampionMastery
/championmastery/location/{platformId}/player/{summonerId}/champions

404 Not found
500 Something bad happened
getPlayerChampionMastery(long, long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.ChampionMastery
/championmastery/location/{platformId}/player/{summonerId}/champion/{championId}

404 Not found
500 Something bad happened
getPlayerId() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
getPlayerId() - Method in class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
 
getPlayerOrTeamId() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getPlayerOrTeamName() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getPlayerPosition() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPlayerRole() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getPlayerStatSummaries() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryListDto
 
getPlayerStatSummaryType() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getPointCaptured() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getPosition() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getPosition() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getPrereq() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getPrereq() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeItemDto
 
getProductionRates() - Static method in class org.dc.riot.lol.rx.service.RateRule
 
getProfileIcon() - Method in class org.dc.riot.lol.rx.model.match.Player
Implementation note: 0 is a valid icon ID.
getProfileIconId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getProfileIconId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
Implementation note: 0 is a valid icon ID.
getProfileIconId() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getProfileiconmax() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Special behavior number identifying the largest profileicon ID that can be used under 500.
getProgress() - Method in class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
getQuadraKills() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getQuadraKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getQueue() - Method in class org.dc.riot.lol.rx.model.league.LeagueDto
 
getQueue() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
Legal values: TEAM_BUILDER_DRAFT_RANKED_5x5, RANKED_SOLO_5x5, RANKED_TEAM_3x3, RANKED_TEAM_5x5.
getQueueType() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getRange() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getRange() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getRangeBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getRangeBurn() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getRanges() - Method in class org.dc.riot.lol.rx.model.staticdata.RangeDto
Will be empty if RangeDto.isSelf() returns true.
getRank() - Method in class org.dc.riot.lol.rx.model.common.Mastery
 
getRanked(long, Season) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Stats
/api/lol/{region}/v1.3/stats/by-summoner/{summonerId}/ranked

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getRankedPremadeGamesPlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getRankedSoloGamesPlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getRanks() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getRanksWith() - Method in class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
getRateType() - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
getRateType() - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
 
getRealm() - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/realm

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getRecentGames(long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.RecentGames
/api/lol/{region}/v1.3/game/by-summoner/{summonerId}/recent

400 Bad request
401 Unauthorized
404 Game data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getRecommended() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getRegion() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getRegion() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getRegion() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getRegion() - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
getRegions() - Static method in class org.dc.riot.lol.rx.service.Regions
 
getRegionTag() - Method in class org.dc.riot.lol.rx.model.status.Shard
 
getRegionTag() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getRequests() - Method in class org.dc.riot.lol.rx.service.RateRule
 
getRequiredChampion() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getRequiredChampion() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getResolve() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryTreeDto
 
getResource() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
Some sort of resource type description.
getResource() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getRevisionDate() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
The following events will update this timestamp: profile icon change, playing the tutorial or advanced tutorial, finishing a game, summoner name change.
getrFlatArmorModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatArmorPenetrationMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatArmorPenetrationModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatCritChanceModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatCritDamageModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatDodgeMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatDodgeModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatEnergyModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatEnergyRegenModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatGoldPer10Mod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatHPModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatHPRegenModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMagicDamageModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMagicPenetrationMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMagicPenetrationModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMovementSpeedModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMPModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatMPRegenModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatPhysicalDamageModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatSpellBlockModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatTimeDeadMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrFlatTimeDeadModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getRiftHeraldKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getRole() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getRole() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getRoster() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getrPercentArmorPenetrationMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentArmorPenetrationModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentAttackSpeedModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentCooldownMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentCooldownModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentMagicPenetrationMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentMagicPenetrationModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentMovementSpeedModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentTimeDeadMod() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getrPercentTimeDeadModPerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataStatsDto
 
getRules() - Method in class org.dc.riot.lol.rx.service.ApiKey
 
getRune() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getRune() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getRune(long, String, String, RuneDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/na/v1.2/rune/{id}

400 Bad request
401 Unauthorized
403 Forbidden
404 Rune data not found
500 Internal server error
503 Service unavailable
getRuneId() - Method in class org.dc.riot.lol.rx.model.common.Rune
 
getRuneId() - Method in class org.dc.riot.lol.rx.model.summoner.RuneSlotDto
For static information correlating to rune IDs, please refer to the LoL Static Data API.
getRunes() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getRunes() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getRunes(String, String, RuneListDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/na/v1.2/rune

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getRunes(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
/api/lol/{region}/v1.4/summoner/{summonerIds}/runes

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getRuneSlotId() - Method in class org.dc.riot.lol.rx.model.summoner.RuneSlotDto
Slots 1-9 reds, 10-18 yellows, 19-27 blues, and 28-30 quints
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: might be null (e.g.
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getSanitizedDescription() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getSanitizedTooltip() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getSanitizedTooltip() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getSeason() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getSeason() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getSecondLastJoinDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getSell() - Method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
Implementation note: Total Biscuit of Rejuvenation breaks this contract.
getServices() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getSeverity() - Method in class org.dc.riot.lol.rx.model.status.Message
 
getShard() - Method in interface org.dc.riot.lol.rx.service.RiotApi.LolStatus
/shards/{region}

Get shard status.
getShards() - Method in interface org.dc.riot.lol.rx.service.RiotApi.LolStatus
/shards

Most useful for finding which locales are supported on which servers

403 Forbidden
getSightWardsBought() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSightWardsBoughtInGame() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getSkillSlot() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getSkins() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getSlots() - Method in class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
getSlug() - Method in class org.dc.riot.lol.rx.model.status.Service
 
getSlug() - Method in class org.dc.riot.lol.rx.model.status.Shard
 
getSlug() - Method in class org.dc.riot.lol.rx.model.status.ShardStatus
 
getSpecialRecipe() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getSpecialRecipe() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getSpectatorInfo(long) - Method in class org.dc.riot.lol.rx.service.interfaces.CurrentGame_v1_0
 
getSpectatorInfo(long) - Method in interface org.dc.riot.lol.rx.service.RiotApi.CurrentGame
/observer-mode/rest/consumer/getSpectatorGameInfo/{platformId}/{summonerId}

403 Forbidden
429 Rate limit exceeded
getSpell1() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getSpell1Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSpell1Id() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getSpell1Id() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getSpell1Id() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getSpell2() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getSpell2Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSpell2Id() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getSpell2Id() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getSpell2Id() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getSpell3Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSpell4Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSpellblock() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getSpellblockperlevel() - Method in class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
getSpells() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getSprite() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getStacks() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
getStacks() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getStartIndex() - Method in class org.dc.riot.lol.rx.model.match.MatchListDto
 
getStats() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getStats() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getStats() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: might be null.
getStats() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getStats() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getStats() - Method in class org.dc.riot.lol.rx.model.stats.ChampionStatsDto
 
getStatus() - Method in class org.dc.riot.lol.rx.model.status.Service
 
getStatus() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getStatus() - Method in class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
 
getStore() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
Implementation note: might be null.
getSubType() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getSummary(long, Season) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Stats
/api/lol/{region}/v1.3/stats/by-summoner/{summonerId}/summary

400 Bad request
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getSummonerId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.game.PlayerDto
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.game.RecentGamesDto
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.match.Player
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryListDto
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.stats.RankedStatsDto
A summoner ID of -1 usually means that the request returned a 404 error code.
getSummonerId() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPagesDto
 
getSummonerId() - Method in class org.dc.riot.lol.rx.model.summoner.RunePagesDto
 
getSummonerLevel() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getSummonerLevel() - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
getSummonerName() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getSummonerName() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getSummonerName() - Method in class org.dc.riot.lol.rx.model.match.Player
 
getSummonerSpell(long, String, String, SpellDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/summoner-spell/{id}

400 Bad request
401 Unauthorized
404 Summoner spell data not found
500 Internal server error
503 Service unavailable
getSummonerSpells(boolean, String, String, SpellDataTag...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/summoner-spell

400 Bad request
401 Unauthorized
500 Internal server error
503 Service unavailable
getSummonSpell1Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSummonSpell2Cast() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSuperMonsterKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Champion
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.ChampionMastery
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.CurrentGame
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.FeaturedGames
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.League
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.LolStatus
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Match
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.MatchList
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.RecentGames
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Stats
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Summoner
 
getSupportedRegions(float) - Static method in interface org.dc.riot.lol.rx.service.RiotApi.Team
 
getTag() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getTags() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
Implementation note: might be empty (e.g.
getTags() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getTags() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemTreeDto
 
getTags() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
getTarget() - Method in class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
getTeam() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.common.BannedChampion
Implementation note: the RiotApi.Match interface may not set this field.
getTeamId() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.game.PlayerDto
Implementation note: 100 for blue, 200 for red.
getTeamId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getTeamId() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getTeamObjective() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTeamObjective() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTeams() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getTeams(String...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Team
/api/lol/{region}/v2.4/team/{teamIds}

400 Bad request, usually means too many IDs
401 Unauthorized
404 Team not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getTeamsBySummoners(long...) - Method in interface org.dc.riot.lol.rx.service.RiotApi.Team
/api/lol/{region}/v2.4/team/by-summoner/{summonerIds}

400 Bad request, usually means too many IDs
401 Unauthorized
404 Stats data not found
429 Rate limit exceeded
500 Internal server error
503 Service unavailable
getTeamScore() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getTeamStatDetails() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getTeamStatType() - Method in class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
getTenToTwenty() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
getThirdLastJoinDate() - Method in class org.dc.riot.lol.rx.model.team.TeamDto
 
getThirtyToEnd() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
getTicketBucket(Region) - Method in class org.dc.riot.lol.rx.service.ApiKey
Gets the TicketBucket for the given Region.
getTier() - Method in class org.dc.riot.lol.rx.model.league.LeagueDto
 
getTier() - Method in class org.dc.riot.lol.rx.model.staticdata.MetaDataDto
 
getTime() - Method in class org.dc.riot.lol.rx.service.TicketBucket
Android subclasses can override this to provide a more Android appropriate method.
getTimeline() - Method in class org.dc.riot.lol.rx.model.match.MatchDetail
 
getTimeline() - Method in class org.dc.riot.lol.rx.model.match.Participant
 
getTimePlayed() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTimestamp() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getTimestamp() - Method in class org.dc.riot.lol.rx.model.match.Frame
 
getTimestamp() - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
getTimeUnit() - Method in class org.dc.riot.lol.rx.service.RateRule
 
getTitle() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionDto
 
getTitle() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getTooltip() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
 
getTooltip() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
getTopChampions(long, int) - Method in interface org.dc.riot.lol.rx.service.RiotApi.ChampionMastery
/championmastery/location/{platformId}/player/{summonerId}/topchampions

404 Not found
500 Something bad happened
getTotal() - Method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
Implementation note: Total Biscuit of Rejuvenation breaks this contract.
getTotalAssists() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalChampionKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalDamageDealt() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalDamageDealt() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalDamageDealt() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalDamageTaken() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalDamageTaken() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalDamageTaken() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalDeathsPerSession() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Only returned for ranked statistics.
getTotalDoubleKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalFirstBlood() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalGames() - Method in class org.dc.riot.lol.rx.model.match.MatchListDto
 
getTotalGold() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getTotalGoldEarned() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalHeal() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalHeal() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalHeal() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalMagicDamageDealt() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalMinionKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalNeutralMinionsKilled() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalNodeCapture() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getTotalNodeNeutralize() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
Dominion only.
getTotalPentaKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalPhysicalDamageDealt() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalPlayerScore() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalPlayerScore() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalQuadraKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalScoreRank() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalScoreRank() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalSessionsLost() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalSessionsPlayed() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalSessionsWon() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalTimeCrowdControlDealt() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalTimeCrowdControlDealt() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalTripleKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalTurretsKilled() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTotalUnitsHealed() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTotalUnitsHealed() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTotalUnrealKills() - Method in class org.dc.riot.lol.rx.model.stats.AggregatedStatsDto
 
getTowerAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getTowerKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTowerKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getTowerKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getTowerKillsPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getTowerType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getTranslations() - Method in class org.dc.riot.lol.rx.model.status.Message
 
getTree() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getTree() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
getTripleKills() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTripleKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTrueDamageDealt() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTrueDamageDealtPlayer() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTrueDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTrueDamageDealtToChampions() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTrueDamageTaken() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTrueDamageTaken() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getTurretsKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getTwentyToThirty() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.BlockDto
Implementation note: it is OK for this value to be null.
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
Type of data (e.g.
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.LanguageStringsDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDataDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.MetaDataDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneListDto
 
getType() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellListDto
 
getUnpurchaseableItemList() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
Implementation note: may be deprecated.
getUnrealKills() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getUnrealKills() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getUpdatedAt() - Method in class org.dc.riot.lol.rx.model.status.Message
 
getUpdatedAt() - Method in class org.dc.riot.lol.rx.model.status.Translation
 
getUpdates() - Method in class org.dc.riot.lol.rx.model.status.Incident
 
getV() - Method in class org.dc.riot.lol.rx.model.staticdata.RealmDto
 
getVars() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionSpellDto
May or may not exist.
getVars() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
Implementation note: not all summoner spells define vars.
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.ChampionListDto
Patch in use (e.g.
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.LanguageStringsDto
 
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.MapDataDto
 
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneListDto
 
getVersion() - Method in class org.dc.riot.lol.rx.model.staticdata.SummonerSpellListDto
 
getVersion() - Method in class org.dc.riot.lol.rx.service.interfaces.CurrentGame_v1_0
 
getVersion() - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
getVersions() - Method in interface org.dc.riot.lol.rx.service.RiotApi.StaticData
/api/lol/static-data/{region}/v1.2/versions

401 Unauthorized
500 Internal server error
503 Service unavailable
getVictimId() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getVictoryPointTotal() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getVilemawAssistsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getVilemawKills() - Method in class org.dc.riot.lol.rx.model.match.Team
 
getVilemawKillsPerMinCounts() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getVisionWardsBought() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getVisionWardsBoughtInGame() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getW() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getWardKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getWardPlaced() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
getWardsKilled() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getWardsPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getWardsPlaced() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
getWardType() - Method in class org.dc.riot.lol.rx.model.match.Event
 
getWins() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
getWins() - Method in class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
getWins() - Method in class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
getWins() - Method in class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
getX() - Method in class org.dc.riot.lol.rx.model.match.Position
 
getX() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getXp() - Method in class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
getXpDiffPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getXpPerMinDeltas() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
getY() - Method in class org.dc.riot.lol.rx.model.match.Position
 
getY() - Method in class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
getZeroToTen() - Method in class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
GoldDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains item gold data.
GoldDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.GoldDto
 
GroupDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains item group data.
GroupDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.GroupDto
 

H

HttpException - Exception in org.dc.riot.lol.rx.service.error
Exception class wrapping HTTP error codes.
HttpException(int, Map<String, List<String>>) - Constructor for exception org.dc.riot.lol.rx.service.error.HttpException
 
HttpException(String, int, Map<String, List<String>>) - Constructor for exception org.dc.riot.lol.rx.service.error.HttpException
 
HttpException(Throwable, int, Map<String, List<String>>) - Constructor for exception org.dc.riot.lol.rx.service.error.HttpException
 
HttpException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception org.dc.riot.lol.rx.service.error.HttpException
 
HttpException(String, Throwable, boolean, boolean, int, Map<String, List<String>>) - Constructor for exception org.dc.riot.lol.rx.service.error.HttpException
 

I

ImageDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains image data.
ImageDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ImageDto
 
Incident - Class in org.dc.riot.lol.rx.model.status
Used by the Status API.
Incident() - Constructor for class org.dc.riot.lol.rx.model.status.Incident
 
InfoDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion information.

Used to generate the nifty graph in the client showing the strengths of each character and their difficulty.
InfoDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.InfoDto
 
InvalidVersionException - Exception in org.dc.riot.lol.rx.service.error
Used by ApiFactory when an invalid version is supplied.
InvalidVersionException() - Constructor for exception org.dc.riot.lol.rx.service.error.InvalidVersionException
 
InvalidVersionException(String) - Constructor for exception org.dc.riot.lol.rx.service.error.InvalidVersionException
 
InvalidVersionException(Throwable) - Constructor for exception org.dc.riot.lol.rx.service.error.InvalidVersionException
 
InvalidVersionException(String, Throwable) - Constructor for exception org.dc.riot.lol.rx.service.error.InvalidVersionException
 
InvalidVersionException(String, Throwable, boolean, boolean) - Constructor for exception org.dc.riot.lol.rx.service.error.InvalidVersionException
 
isActive() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
 
isActive() - Method in class org.dc.riot.lol.rx.model.status.Incident
 
isBot() - Method in class org.dc.riot.lol.rx.model.currentgame.CurrentGameParticipant
 
isBot() - Method in class org.dc.riot.lol.rx.model.featuredgame.FeaturedGameParticipant
 
isBotEnabled() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
 
isBotMmEnabled() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
 
isChestGranted() - Method in class org.dc.riot.lol.rx.model.championmastery.ChampionMasteryDto
 
isConsumed() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
isConsumed() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
isConsumeOnFull() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
isConsumeOnFull() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
isCurrent() - Method in class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
isCurrent() - Method in class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
isFirstBaron() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstBlood() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstBloodAssist() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFirstBloodKill() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFirstDragon() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstInhibitor() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstInhibitorAssist() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFirstInhibitorKill() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFirstRiftHerald() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstTower() - Method in class org.dc.riot.lol.rx.model.match.Team
 
isFirstTowerAssist() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFirstTowerKill() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isFreeToPlay() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
Free to play champions are rotated periodically.
isFreshBlood() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
isHideFromAll() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
isHideFromAll() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
isHotStreak() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
isInactive() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
isInStore() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
isInStore() - Method in class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
isInvalid() - Method in class org.dc.riot.lol.rx.model.game.GameDto
 
isInvalid() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
isNexusKilled() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
isPriority() - Method in class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
isPurchasable() - Method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
 
isRanked() - Method in enum org.dc.riot.lol.rx.model.common.QueueType
 
isRankedPlayEnabled() - Method in class org.dc.riot.lol.rx.model.champion.ChampDto
 
isRecMath() - Method in class org.dc.riot.lol.rx.model.staticdata.BlockDto
 
isRune() - Method in class org.dc.riot.lol.rx.model.staticdata.MetaDataDto
 
isSelf() - Method in class org.dc.riot.lol.rx.model.staticdata.RangeDto
 
isVeteran() - Method in class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
isWin() - Method in class org.dc.riot.lol.rx.model.game.RawStatsDto
 
isWin() - Method in class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
isWinner() - Method in class org.dc.riot.lol.rx.model.match.ParticipantStats
 
isWinner() - Method in class org.dc.riot.lol.rx.model.match.Team
 
ItemDataTag - Enum in org.dc.riot.lol.rx.service.request
ItemDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains item data.

Inheritance Discussion
ItemDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ItemDto
 
ItemListDataTag - Enum in org.dc.riot.lol.rx.service.request
ItemListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains item list data.
ItemListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ItemListDto
 
ItemTreeDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains item tree data.
ItemTreeDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.ItemTreeDto
 

L

Lane - Enum in org.dc.riot.lol.rx.model.match
Players lane.
LaneType - Enum in org.dc.riot.lol.rx.model.match
Lane types.
LanguageStringsDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains language strings data.
LanguageStringsDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.LanguageStringsDto
 
LeagueDto - Class in org.dc.riot.lol.rx.model.league
This object contains league information.
LeagueDto() - Constructor for class org.dc.riot.lol.rx.model.league.LeagueDto
 
LeagueEntryDto - Class in org.dc.riot.lol.rx.model.league
This object contains league participant information representing a summoner or team.
LeagueEntryDto() - Constructor for class org.dc.riot.lol.rx.model.league.LeagueEntryDto
 
LevelTipDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion level tip data.
LevelTipDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.LevelTipDto
 
LevelUpType - Enum in org.dc.riot.lol.rx.model.match
Level up types (thanks Kha'zix).
loadApiKeys() - Static method in class org.dc.riot.lol.rx.service.ApiKey
Read API keys in the file ./API_KEY.
loadApiKeys(File) - Static method in class org.dc.riot.lol.rx.service.ApiKey
Read API keys in the given file.

M

MapDataDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains map data.
MapDataDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MapDataDto
 
MapDetailsDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains map detail data.
MapDetailsDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MapDetailsDto
 
Mastery - Class in org.dc.riot.lol.rx.model.common
Current game participant mastery data.
Mastery() - Constructor for class org.dc.riot.lol.rx.model.common.Mastery
 
MasteryDataTag - Enum in org.dc.riot.lol.rx.service.request
MasteryDto - Class in org.dc.riot.lol.rx.model.staticdata
 
MasteryDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MasteryDto
 
MasteryListDataTag - Enum in org.dc.riot.lol.rx.service.request
MasteryListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains mastery list data.
MasteryListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MasteryListDto
 
MasteryPageDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains mastery page information.
MasteryPageDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.MasteryPageDto
 
MasteryPagesDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains masteries information.
MasteryPagesDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.MasteryPagesDto
 
MasteryTreeDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains mastery tree data.
MasteryTreeDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MasteryTreeDto
 
MasteryTreeItemDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains mastery tree item data.`
MasteryTreeItemDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MasteryTreeItemDto
 
MasteryTreeListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains mastery tree list data.
MasteryTreeListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MasteryTreeListDto
 
MatchDetail - Class in org.dc.riot.lol.rx.model.match
This object contains match detail information.
MatchDetail() - Constructor for class org.dc.riot.lol.rx.model.match.MatchDetail
 
MatchHistorySummaryDto - Class in org.dc.riot.lol.rx.model.team
This object contains match history summary information.
MatchHistorySummaryDto() - Constructor for class org.dc.riot.lol.rx.model.team.MatchHistorySummaryDto
 
MatchListDto - Class in org.dc.riot.lol.rx.model.match
This object contains match list information.
MatchListDto() - Constructor for class org.dc.riot.lol.rx.model.match.MatchListDto
 
MatchMode - Enum in org.dc.riot.lol.rx.model.common
Match modes.
MatchReference - Class in org.dc.riot.lol.rx.model.match
This object contains match reference information.
MatchReference() - Constructor for class org.dc.riot.lol.rx.model.match.MatchReference
 
MatchType - Enum in org.dc.riot.lol.rx.model.common
Match types.
Message - Class in org.dc.riot.lol.rx.model.status
Used by the Status API.
Message() - Constructor for class org.dc.riot.lol.rx.model.status.Message
 
Message.Severity - Enum in org.dc.riot.lol.rx.model.status
Severities.
MetaDataDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains meta data.
MetaDataDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.MetaDataDto
 
MiniSeriesDto - Class in org.dc.riot.lol.rx.model.league
This object contains mini-series information.
MiniSeriesDto() - Constructor for class org.dc.riot.lol.rx.model.league.MiniSeriesDto
 
MonsterType - Enum in org.dc.riot.lol.rx.model.match
Monster types.

N

newCachedThreadPool() - Static method in class org.dc.riot.lol.rx.service.RiotApiExecutors
 
newCachedThreadPool(ThreadFactory) - Static method in class org.dc.riot.lol.rx.service.RiotApiExecutors
 
newChampionInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newChampionMasteryInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newCurrentGameInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newDefaultFactory(ApiKey) - Static method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
Basic entry point to fetching Riot's LoL API data.
newFeaturedGamesInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newFixedThreadPool(RateRule...) - Static method in class org.dc.riot.lol.rx.service.RiotApiExecutors
A new Executor fixed size thread pool optimized to work with the specified rates.
newFixedThreadPool(ThreadFactory, RateRule...) - Static method in class org.dc.riot.lol.rx.service.RiotApiExecutors
A new Executor fixed size thread pool optimized to work with the specified rates.
newLeagueInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newMatchInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newMatchListInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newRecentGamesInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newStaticDataInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newStatsInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newStatusInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newSummonerInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
newTeamInterface(Region, boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory
 
notInGame - Variable in class org.dc.riot.lol.rx.model.currentgame.CurrentGameInfo
 

O

ObservableFactory<T> - Class in org.dc.riot.lol.rx.service
Factory helper to create functional Observable instances.
Observer - Class in org.dc.riot.lol.rx.model.common
Featured game observers.
Observer() - Constructor for class org.dc.riot.lol.rx.model.common.Observer
 
org.dc.riot.lol.rx.model.champion - package org.dc.riot.lol.rx.model.champion
 
org.dc.riot.lol.rx.model.championmastery - package org.dc.riot.lol.rx.model.championmastery
 
org.dc.riot.lol.rx.model.common - package org.dc.riot.lol.rx.model.common
 
org.dc.riot.lol.rx.model.currentgame - package org.dc.riot.lol.rx.model.currentgame
 
org.dc.riot.lol.rx.model.featuredgame - package org.dc.riot.lol.rx.model.featuredgame
 
org.dc.riot.lol.rx.model.game - package org.dc.riot.lol.rx.model.game
 
org.dc.riot.lol.rx.model.league - package org.dc.riot.lol.rx.model.league
 
org.dc.riot.lol.rx.model.match - package org.dc.riot.lol.rx.model.match
 
org.dc.riot.lol.rx.model.staticdata - package org.dc.riot.lol.rx.model.staticdata
 
org.dc.riot.lol.rx.model.stats - package org.dc.riot.lol.rx.model.stats
 
org.dc.riot.lol.rx.model.status - package org.dc.riot.lol.rx.model.status
 
org.dc.riot.lol.rx.model.summoner - package org.dc.riot.lol.rx.model.summoner
 
org.dc.riot.lol.rx.model.team - package org.dc.riot.lol.rx.model.team
 
org.dc.riot.lol.rx.service - package org.dc.riot.lol.rx.service
 
org.dc.riot.lol.rx.service.error - package org.dc.riot.lol.rx.service.error
 
org.dc.riot.lol.rx.service.interfaces - package org.dc.riot.lol.rx.service.interfaces
 
org.dc.riot.lol.rx.service.request - package org.dc.riot.lol.rx.service.request
 

P

Participant - Class in org.dc.riot.lol.rx.model.match
Participant information.
Participant() - Constructor for class org.dc.riot.lol.rx.model.match.Participant
 
ParticipantFrame - Class in org.dc.riot.lol.rx.model.match
This object contains participant frame information.
ParticipantFrame() - Constructor for class org.dc.riot.lol.rx.model.match.ParticipantFrame
 
ParticipantIdentity - Class in org.dc.riot.lol.rx.model.match
This object contains participant identity information.
ParticipantIdentity() - Constructor for class org.dc.riot.lol.rx.model.match.ParticipantIdentity
 
ParticipantStats - Class in org.dc.riot.lol.rx.model.match
This object contains participant statistics information.
ParticipantStats() - Constructor for class org.dc.riot.lol.rx.model.match.ParticipantStats
 
ParticipantTimeline - Class in org.dc.riot.lol.rx.model.match
Delta fields refer to values for the specified period (e.g.
ParticipantTimeline() - Constructor for class org.dc.riot.lol.rx.model.match.ParticipantTimeline
 
ParticipantTimelineData - Class in org.dc.riot.lol.rx.model.match
This object contains timeline data.
ParticipantTimelineData() - Constructor for class org.dc.riot.lol.rx.model.match.ParticipantTimelineData
 
PassiveDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion passive data.
PassiveDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.PassiveDto
 
PlatformId - Enum in org.dc.riot.lol.rx.model.common
Platform IDs.
Player - Class in org.dc.riot.lol.rx.model.match
This object contains match player information.
Player() - Constructor for class org.dc.riot.lol.rx.model.match.Player
 
PlayerDto - Class in org.dc.riot.lol.rx.model.game
This object contains player information.
PlayerDto() - Constructor for class org.dc.riot.lol.rx.model.game.PlayerDto
 
PlayerPosition - Enum in org.dc.riot.lol.rx.model.game
Player position used by the RawStatsDto.
PlayerRole - Enum in org.dc.riot.lol.rx.model.game
Player roles, not sure this is really used much.
PlayerStatsSummaryDto - Class in org.dc.riot.lol.rx.model.stats
This object contains player stats summary information.

Getters of this class will return -1 for fields not defined in the JSON response.
PlayerStatsSummaryDto() - Constructor for class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryDto
 
PlayerStatsSummaryListDto - Class in org.dc.riot.lol.rx.model.stats
This object contains a collection of player stats summary information.
PlayerStatsSummaryListDto() - Constructor for class org.dc.riot.lol.rx.model.stats.PlayerStatsSummaryListDto
 
PlayerStatsType - Enum in org.dc.riot.lol.rx.model.stats
Player stat types.
Position - Class in org.dc.riot.lol.rx.model.match
This object contains participant frame position information.
Position() - Constructor for class org.dc.riot.lol.rx.model.match.Position
 
put(TicketBucket.Ticket...) - Method in class org.dc.riot.lol.rx.service.TicketBucket
Return a set of TicketBucket.Ticket to the appropriate Bucket(s)

Q

QueueType - Enum in org.dc.riot.lol.rx.model.common
Queue types.
QueueType.ChallengerMaster - Enum in org.dc.riot.lol.rx.model.common
 

R

RangeDto - Class in org.dc.riot.lol.rx.model.staticdata
This object is deserialized from either a String "self" or a List of Integer.
RangeDto(int[]) - Constructor for class org.dc.riot.lol.rx.model.staticdata.RangeDto
 
RankedQueue - Enum in org.dc.riot.lol.rx.model.common
Ranked queues.
RankedStatsDto - Class in org.dc.riot.lol.rx.model.stats
This object contains ranked stats information.
RankedStatsDto() - Constructor for class org.dc.riot.lol.rx.model.stats.RankedStatsDto
 
RateRule - Class in org.dc.riot.lol.rx.service
Generic object containing request count per time frame.
RateRule(int, int, TimeUnit) - Constructor for class org.dc.riot.lol.rx.service.RateRule
Requests / unit-time (e.g.
RawStatsDto - Class in org.dc.riot.lol.rx.model.game
This object contains raw stat information.

With the announcement that Dominion is being retired we need to keep an eye on unit tests pertaining to this class.
RawStatsDto() - Constructor for class org.dc.riot.lol.rx.model.game.RawStatsDto
 
RealmDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains realm data.
RealmDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.RealmDto
 
RecentGamesDto - Class in org.dc.riot.lol.rx.model.game
This object contains recent games information.
RecentGamesDto() - Constructor for class org.dc.riot.lol.rx.model.game.RecentGamesDto
 
RecommendedDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion recommended data.
RecommendedDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.RecommendedDto
 
Region - Class in org.dc.riot.lol.rx.service
All Riot LoL API regions.
Regions - Class in org.dc.riot.lol.rx.service
All Riot LoL API regions.
Regions() - Constructor for class org.dc.riot.lol.rx.service.Regions
 
RiotApi - Interface in org.dc.riot.lol.rx.service
Basic organization structure for all Riot APIs.
RiotApi.Champion - Interface in org.dc.riot.lol.rx.service
Not for stats.
RiotApi.ChampionMastery - Interface in org.dc.riot.lol.rx.service
Champion mastery API to fetch player's champion mastery.
RiotApi.CurrentGame - Interface in org.dc.riot.lol.rx.service
Spectator details
RiotApi.FeaturedGames - Interface in org.dc.riot.lol.rx.service
Gain access to the featured games that appear on the main client page
RiotApi.League - Interface in org.dc.riot.lol.rx.service
Retrieves data about players' leagues.
RiotApi.LolStatus - Interface in org.dc.riot.lol.rx.service
Get statuses of servers.
RiotApi.Match - Interface in org.dc.riot.lol.rx.service
This interface is closely related to the RiotApi.MatchList interface.
RiotApi.MatchList - Interface in org.dc.riot.lol.rx.service
Interface to allow search of matches by Summoner ID.
RiotApi.RateType - Enum in org.dc.riot.lol.rx.service
Rate type enumeration.
RiotApi.RecentGames - Interface in org.dc.riot.lol.rx.service
Get recent game data on specific players
RiotApi.StaticData - Interface in org.dc.riot.lol.rx.service
Static data on champion stats, items, gold, runes, masteries, etc.
RiotApi.Stats - Interface in org.dc.riot.lol.rx.service
Get player performance statistics.
RiotApi.Summoner - Interface in org.dc.riot.lol.rx.service
Interface for retrieving data on individual players.
RiotApi.Team - Interface in org.dc.riot.lol.rx.service
Fetch player teams
RiotApiExecutors - Class in org.dc.riot.lol.rx.service
Convenience class for creating Executor instances.
Role - Enum in org.dc.riot.lol.rx.model.match
Solo / duo information
RosterDto - Class in org.dc.riot.lol.rx.model.team
This object contains roster information.
RosterDto() - Constructor for class org.dc.riot.lol.rx.model.team.RosterDto
 
Rune - Class in org.dc.riot.lol.rx.model.common
Current game participant rune data.
Rune() - Constructor for class org.dc.riot.lol.rx.model.common.Rune
 
RuneDataTag - Enum in org.dc.riot.lol.rx.service.request
RuneDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains rune data.

Getters of this class will return -1 or false as appropriate for undefined values.
RuneDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.RuneDto
 
RuneListDataTag - Enum in org.dc.riot.lol.rx.service.request
RiotApi.StaticData request parameter
RuneListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains rune list data.
RuneListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.RuneListDto
 
RunePageDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains rune page information.
RunePageDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.RunePageDto
 
RunePagesDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains rune pages information.
RunePagesDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.RunePagesDto
 
RuneSlotDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains rune slot information.
RuneSlotDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.RuneSlotDto
 

S

Season - Enum in org.dc.riot.lol.rx.model.common
Seasons enumerated since season 3.
Service - Class in org.dc.riot.lol.rx.model.status
Used by the Status API.
Service() - Constructor for class org.dc.riot.lol.rx.model.status.Service
 
setAutoRetry(boolean) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setAutoRetry(boolean) - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
setBuffer(int, TimeUnit) - Method in class org.dc.riot.lol.rx.service.TicketBucket
Set additional buffer time to wait between valid requests.
setChampionMasteryVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setChampionVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setCount(int) - Method in class org.dc.riot.lol.rx.model.common.Rune
Allows one time setting.
setCurrentGameVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setFeaturedGamesVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setLeagueVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setMasteryId(long) - Method in class org.dc.riot.lol.rx.model.common.Mastery
Allows one time setting of rank.
setMatchListVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setMatchVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setPrintUrl(boolean) - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
setProxy(Proxy) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setProxy(Proxy) - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
setRank(int) - Method in class org.dc.riot.lol.rx.model.common.Mastery
Allows one time setting of rank.
setRateControl(boolean) - Method in interface org.dc.riot.lol.rx.service.RiotApi
Enable or disable rate throttling.
setRecentGamesVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setRegion(Region) - Method in class org.dc.riot.lol.rx.model.match.MatchReference
 
setRegion(Region) - Method in class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
setRetryCount(int) - Method in interface org.dc.riot.lol.rx.service.RiotApi
 
setRetyCount(int) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setRuneId(long) - Method in class org.dc.riot.lol.rx.model.common.Rune
Allows one time setting.
setStaticDataVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setStatsVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setStatusVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setSummonerVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
setTeamVersion(float) - Method in class org.dc.riot.lol.rx.service.interfaces.ApiFactory.Builder
 
Shard - Class in org.dc.riot.lol.rx.model.status
Server status listing.
Shard() - Constructor for class org.dc.riot.lol.rx.model.status.Shard
 
ShardStatus - Class in org.dc.riot.lol.rx.model.status
Server data object.
ShardStatus() - Constructor for class org.dc.riot.lol.rx.model.status.ShardStatus
 
SkinDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion skin data.
SkinDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.SkinDto
 
SpellDataTag - Enum in org.dc.riot.lol.rx.service.request
SpellVarsDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains spell vars data.
SpellVarsDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.SpellVarsDto
 
stall(long, TimeUnit) - Method in class org.dc.riot.lol.rx.service.TicketBucket
 
StatsDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains champion stats data.

Getters of this class will return -1 for undefined values.
StatsDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.StatsDto
 
SummonerDto - Class in org.dc.riot.lol.rx.model.summoner
This object contains summoner information.
SummonerDto() - Constructor for class org.dc.riot.lol.rx.model.summoner.SummonerDto
 
SummonerSpellDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains summoner spell data.

Shares many fields with ChampionSpellDto but the classes look different enough to preclude inheritance.
SummonerSpellDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.SummonerSpellDto
 
SummonerSpellListDto - Class in org.dc.riot.lol.rx.model.staticdata
This object contains summoner spell list data.
SummonerSpellListDto() - Constructor for class org.dc.riot.lol.rx.model.staticdata.SummonerSpellListDto
 

T

take() - Method in class org.dc.riot.lol.rx.service.TicketBucket
Takes a TicketBucket.Ticket from each Bucket in this semaphore.
Team - Class in org.dc.riot.lol.rx.model.match
MatchTeam DTO used by the RiotApi.Match interface.
Team() - Constructor for class org.dc.riot.lol.rx.model.match.Team
 
TeamDto - Class in org.dc.riot.lol.rx.model.team
This object contains team information.
TeamDto() - Constructor for class org.dc.riot.lol.rx.model.team.TeamDto
 
TeamMemberInfoDto - Class in org.dc.riot.lol.rx.model.team
This object contains team member information.
TeamMemberInfoDto() - Constructor for class org.dc.riot.lol.rx.model.team.TeamMemberInfoDto
 
TeamStatDetailDto - Class in org.dc.riot.lol.rx.model.team
This object contains team statistics detail information.
TeamStatDetailDto() - Constructor for class org.dc.riot.lol.rx.model.team.TeamStatDetailDto
 
TicketBucket - Class in org.dc.riot.lol.rx.service
Rate throttling semaphore.
TicketBucket.Ticket - Class in org.dc.riot.lol.rx.service
Rate control ticket.
Tier - Enum in org.dc.riot.lol.rx.model.common
Ranked tiers.
Timeline - Class in org.dc.riot.lol.rx.model.match
This object contains game timeline information.
Timeline() - Constructor for class org.dc.riot.lol.rx.model.match.Timeline
 
toRegion() - Method in enum org.dc.riot.lol.rx.model.common.PlatformId
 
toString() - Method in enum org.dc.riot.lol.rx.model.game.PlayerPosition
 
toString() - Method in enum org.dc.riot.lol.rx.model.game.PlayerRole
 
toString() - Method in class org.dc.riot.lol.rx.model.staticdata.BasicDataDto
 
toString() - Method in class org.dc.riot.lol.rx.model.staticdata.GoldDto
 
toString() - Method in class org.dc.riot.lol.rx.model.staticdata.GroupDto
 
toString() - Method in class org.dc.riot.lol.rx.service.ApiKey
 
toString() - Method in class org.dc.riot.lol.rx.service.RateRule
 
toString() - Method in class org.dc.riot.lol.rx.service.Region
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.ChampDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.ChampListDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.ItemDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.ItemListDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.MasteryDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.MasteryListDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.RuneDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.RuneListDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.request.SpellDataTag
 
toString() - Method in enum org.dc.riot.lol.rx.service.RiotApi.RateType
 
toString() - Method in class org.dc.riot.lol.rx.service.TicketBucket.Ticket
 
TowerType - Enum in org.dc.riot.lol.rx.model.match
Tower types.
Translation - Class in org.dc.riot.lol.rx.model.status
Used by the Status API.
Translation() - Constructor for class org.dc.riot.lol.rx.model.status.Translation
 

V

valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.GameMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.GameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.PlatformId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.QueueType.ChallengerMaster
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.QueueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.RankedQueue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.Season
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.common.Tier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.game.GameSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.game.PlayerPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.game.PlayerRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.AscendedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.BuildingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.CapturePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.Lane
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.LaneType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.LevelUpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.MonsterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.TowerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.match.WardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.stats.PlayerStatsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.model.status.Message.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.ChampDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.ChampListDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.ItemDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.ItemListDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.MasteryDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.MasteryListDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.RuneDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.RuneListDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.request.SpellDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dc.riot.lol.rx.service.RiotApi.RateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dc.riot.lol.rx.model.common.GameMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.GameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.PlatformId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.QueueType.ChallengerMaster
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.QueueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.RankedQueue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.Season
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.common.Tier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.game.GameSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.game.PlayerPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.game.PlayerRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.AscendedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.BuildingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.CapturePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.Lane
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.LaneType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.LevelUpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.MonsterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.TowerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.match.WardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.stats.PlayerStatsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.model.status.Message.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.ChampDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.ChampListDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.ItemDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.ItemListDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.MasteryDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.MasteryListDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.RuneDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.RuneListDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.request.SpellDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dc.riot.lol.rx.service.RiotApi.RateType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WardType - Enum in org.dc.riot.lol.rx.model.match
Ward types.
A B C E F G H I L M N O P Q R S T V W 
Skip navigation links