Modifier and Type | Method and Description |
---|---|
AsyncRequest |
RiotApiAsync.callCustomApiMethod(ApiMethod method)
Call a custom
ApiMethod |
java.lang.Object |
RiotApi.callCustomApiMethod(ApiMethod method)
Call a custom
ApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
ChampionApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
ChampionMasteryApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetChampionMasteriesBySummoner |
class |
GetChampionMasteriesBySummonerByChampion |
class |
GetChampionMasteryScoresBySummoner |
Modifier and Type | Class and Description |
---|---|
class |
GetChampion |
class |
GetChampions |
Modifier and Type | Class and Description |
---|---|
class |
LeagueApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetChallengerLeagueByQueue |
class |
GetLeaguePositionsBySummonerId |
class |
GetLeaguesBySummonerId |
class |
GetMasterLeagueByQueue |
Modifier and Type | Class and Description |
---|---|
class |
LolStatusApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetShardData |
Modifier and Type | Class and Description |
---|---|
class |
MasteriesApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetMasteriesBySummoner |
Modifier and Type | Class and Description |
---|---|
class |
MatchApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetMatch |
class |
GetMatchByMatchIdAndTournamentCode |
class |
GetMatchIdsByTournamentCode |
class |
GetMatchListByAccountId |
class |
GetRecentMatchListByAccountId
Deprecated.
|
class |
GetTimelineByMatchId |
Modifier and Type | Class and Description |
---|---|
class |
RunesApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetRunesBySummoner |
Modifier and Type | Class and Description |
---|---|
class |
SpectatorApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetActiveGameBySummoner |
class |
GetFeaturedGames |
Modifier and Type | Class and Description |
---|---|
class |
StaticDataApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetDataChampion |
class |
GetDataChampionList |
class |
GetDataItem |
class |
GetDataItemList |
class |
GetDataLanguages |
class |
GetDataLanguageStrings |
class |
GetDataMaps |
class |
GetDataMastery |
class |
GetDataMasteryList |
class |
GetDataProfileIcons |
class |
GetDataRealm |
class |
GetDataRune |
class |
GetDataRuneList |
class |
GetDataSummonerSpell |
class |
GetDataSummonerSpellList |
class |
GetDataVersions |
Modifier and Type | Class and Description |
---|---|
class |
SummonerApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
GetSummoner |
class |
GetSummonerByAccount |
class |
GetSummonerByName |
Modifier and Type | Class and Description |
---|---|
class |
TournamentApiMethod |
Modifier and Type | Class and Description |
---|---|
class |
CreateTournament |
class |
CreateTournamentCodes |
class |
CreateTournamentProvider |
class |
GetLobbyEventsByCode |
class |
GetTournamentCode |
class |
UpdateTournamentCode |
Modifier and Type | Method and Description |
---|---|
ApiMethod |
Request.getObject()
Returns the object defining the request
|
Constructor and Description |
---|
AsyncRequest(ApiConfig config,
ApiMethod object)
Constructs an asynchronous request
|
Request(ApiConfig config,
ApiMethod object)
Constructs a synchronous request
|