Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
Modifier and Type | Method and Description |
---|---|
MatchList |
RiotApi.getMatchListByAccountId(Platform platform,
long accountId)
Get matchlist for given account ID and platform ID.
|
MatchList |
RiotApi.getMatchListByAccountId(Platform platform,
long accountId,
java.util.Set<java.lang.Integer> champion,
java.util.Set<java.lang.Integer> queue,
java.util.Set<java.lang.Integer> season)
Get matchlist for given account ID and platform ID.
|
MatchList |
RiotApi.getMatchListByAccountId(Platform platform,
long accountId,
java.util.Set<java.lang.Integer> champion,
java.util.Set<java.lang.Integer> queue,
java.util.Set<java.lang.Integer> season,
long beginTime,
long endTime,
int beginIndex,
int endIndex)
Get matchlist for given account ID and platform ID.
|
MatchList |
RiotApi.getRecentMatchListByAccountId(Platform platform,
long accountId)
Deprecated.
|