public static interface RiotApi.MatchList extends RiotApi
RiotApi.Match interface.RiotApi.Champion, RiotApi.ChampionMastery, RiotApi.CurrentGame, RiotApi.FeaturedGames, RiotApi.League, RiotApi.LolStatus, RiotApi.Match, RiotApi.MatchList, RiotApi.RateType, RiotApi.RecentGames, RiotApi.StaticData, RiotApi.Stats, RiotApi.Summoner, RiotApi.Team| Modifier and Type | Method and Description |
|---|---|
MatchListDto |
getMatchList(long summonerId,
long[] championIds,
RankedQueue[] rankedQueues,
Season[] seasons,
long beginTime,
long endTime,
int beginIndex,
int endIndex)
/api/lol/{region}/v2.2/matchlist/by-summoner/{summonerId}
A number of optional parameters are provided for filtering. |
static Region[] |
getSupportedRegions(float version) |
getApiKey, getRateType, getRegion, getVersion, setAutoRetry, setPrintUrl, setProxy, setRateControl, setRetryCountstatic Region[] getSupportedRegions(float version)
version - a positive value denoting the version (e.g. 1.2)Regions this API supportsInvalidVersionException - if the version number cannot be mapped to a valid versionMatchListDto getMatchList(long summonerId, long[] championIds, RankedQueue[] rankedQueues, Season[] seasons, long beginTime, long endTime, int beginIndex, int endIndex) throws java.io.IOException, HttpException
summonerId - ID of summoner to search. See the RiotApi.Summoner interface for valid IDs.championIds - Optional. ID(s) to search; null is ok.rankedQueues - Optional. Ranked queues to search.seasons - Optional. Seasons to search.beginTime - Optional. Specify -1 for no value.endTime - Optional. Specify -1 for no value.beginIndex - Optional. Specify -1 for no value.endIndex - Optional. Specify -1 for no value.MatchListDtoHttpException - non 2XX response code returnedjava.io.IOException - some connection error (e.g. server down)