| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
static SpellData |
SpellData.getByName(String name) |
static SpellData |
SpellData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpellData[] |
SpellData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SummonerSpell> |
ThrottledApiHandler.getSummonerSpell(int id,
SpellData data)
Retrieve a specific summoner spell
This method does not count towards the rate limit and is not affected by the throttle
|
SummonerSpell |
ApiHandler.getSummonerSpell(int id,
SpellData data)
Retrieve a specific summoner spell
This method does not count towards the rate limit
|
Future<SummonerSpell> |
ThrottledApiHandler.getSummonerSpell(int id,
SpellData data,
String version,
String locale)
Retrieve a specific summoner spell
This method does not count towards the rate limit and is not affected by the throttle
|
SummonerSpell |
ApiHandler.getSummonerSpell(int id,
SpellData data,
String version,
String locale)
Retrieve a specific summoner spell
This method does not count towards the rate limit
|
Future<SummonerSpellList> |
ThrottledApiHandler.getSummonerSpellListDro(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit and is not affected by the throttle
|
SummonerSpellList |
ApiHandler.getSummonerSpellListDro(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit
|
Future<SummonerSpellList> |
ThrottledApiHandler.getSummonerSpellListDto(SpellData data)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit and is not affected by the throttle
|
SummonerSpellList |
ApiHandler.getSummonerSpellListDto(SpellData data)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit
|
Future<Collection<SummonerSpell>> |
ThrottledApiHandler.getSummonerSpells(SpellData data)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit and is not affected by the throttle
|
Collection<SummonerSpell> |
ApiHandler.getSummonerSpells(SpellData data)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit
|
Future<Collection<SummonerSpell>> |
ThrottledApiHandler.getSummonerSpells(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit and is not affected by the throttle
|
Collection<SummonerSpell> |
ApiHandler.getSummonerSpells(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit
|
Copyright © 2015. All rights reserved.