| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
static MasteryData |
MasteryData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasteryData[] |
MasteryData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<MasteryList> |
ThrottledApiHandler.getMasteries(MasteryData data)
Get a listing of all masteries
This method does not count towards the rate limit and is not affected by the throttle
|
MasteryList |
ApiHandler.getMasteries(MasteryData data)
Get a listing of all masteries
This method does not count towards the rate limit
|
Future<MasteryList> |
ThrottledApiHandler.getMasteries(MasteryData data,
String version,
String locale)
Get a listing of all masteries
This method does not count towards the rate limit and is not affected by the throttle
|
MasteryList |
ApiHandler.getMasteries(MasteryData data,
String version,
String locale)
Get a listing of all masteries
This method does not count towards the rate limit
|
Future<Mastery> |
ThrottledApiHandler.getMastery(int id,
MasteryData data)
Get a specific mastery
This method does not count towards the rate limit and is not affected by the throttle
|
Mastery |
ApiHandler.getMastery(int id,
MasteryData data)
Get a specific mastery
This method does not count towards the rate limit
|
Future<Mastery> |
ThrottledApiHandler.getMastery(int id,
MasteryData data,
String version,
String locale)
Get a specific mastery
This method does not count towards the rate limit and is not affected by the throttle
|
Mastery |
ApiHandler.getMastery(int id,
MasteryData data,
String version,
String locale)
Get a specific mastery
This method does not count towards the rate limit
|
Copyright © 2015. All rights reserved.