Package | Description |
---|---|
com.mingweisamuel.zyra |
Contains core elements of the Zyra library, such as
RiotApi and all of the endpoint
sets.com.mingweisamuel.zyra.util Contains general utilities used internally.com.mingweisamuel.zyra.enums Contains general static classes and enums useful for interacting with the
Riot API.The remaining sub-packages contain generated DTO classes returned by their respective endpoint set. |
com.mingweisamuel.zyra.entity |
Entity classes, high level representations of Riot API objects for ease of use.
All objects should be created via the EntityApi get* methods. |
Modifier and Type | Method and Description |
---|---|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime,
Integer beginIndex)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Matchlist |
MatchV4Endpoints.getMatchlist(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime,
Integer beginIndex,
Integer endIndex)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime,
Integer beginIndex)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
CompletableFuture<Matchlist> |
MatchV4Endpoints.getMatchlistAsync(Region region,
String encryptedAccountId,
List<Integer> champion,
List<Integer> queue,
List<Integer> season,
Long beginTime,
Long endTime,
Integer beginIndex,
Integer endIndex)
Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.
|
Modifier and Type | Method and Description |
---|---|
Matchlist |
SummonerEntity.getMatchQuery()
Queries matches with the parameters set by
setMatchQuery*** methods. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Matchlist> |
SummonerEntity.getMatchQueryAsync()
Queries matches with the parameters set by
setMatchQuery*** methods. |
Copyright © 2019. All rights reserved.