| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
static ChampData |
ChampData.getByName(String name) |
static ChampData |
ChampData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChampData[] |
ChampData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Champion> |
ThrottledApiHandler.getChampion(int id,
ChampData champData)
Get information about the specified champion
This method does not count towards the rate limit and is not affected by the throttle
|
Champion |
ApiHandler.getChampion(int id,
ChampData champData)
Get information about the specified champion
This method does not count towards the rate limit
|
Future<Champion> |
ThrottledApiHandler.getChampion(int id,
ChampData champData,
String version,
String locale)
Get information about the specified champion
This method does not count towards the rate limit and is not affected by the throttle
|
Champion |
ApiHandler.getChampion(int id,
ChampData champData,
String version,
String locale)
Get information about the specified champion
This method does not count towards the rate limit
|
Future<ChampionList> |
ThrottledApiHandler.getChampionListDto(ChampData champData)
Get champion information for all champions.
|
ChampionList |
ApiHandler.getChampionListDto(ChampData champData)
Get champion information for all champions.
|
Future<ChampionList> |
ThrottledApiHandler.getChampionListDto(String locale,
String version,
boolean dataById,
ChampData champData)
Get champion information for all champions
This method does not count towards the rate limit
|
ChampionList |
ApiHandler.getChampionListDto(String locale,
String version,
boolean dataById,
ChampData champData)
Get champion information for all champions
This method does not count towards the rate limit
|
Future<Collection<Champion>> |
ThrottledApiHandler.getChampions(ChampData champData)
All champions in the game.
|
Collection<Champion> |
ApiHandler.getChampions(ChampData champData)
All champions in the game.
|
Future<Collection<Champion>> |
ThrottledApiHandler.getChampions(ChampData champData,
String version,
String locale,
boolean dataById)
All champions in the game.
|
Collection<Champion> |
ApiHandler.getChampions(ChampData champData,
String version,
String locale,
boolean dataById)
All champions in the game.
|
Copyright © 2015. All rights reserved.