Package | Description |
---|---|
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 |
---|---|
MatchEntity |
EntityApi.getMatch(Region region,
long matchId)
Gets a match entity by region and match ID.
|
MatchEntity |
EntityApi.getMatch(Region region,
long matchId,
String forAccountIdEnc)
Gets a match entity by region and match ID.
|
Modifier and Type | Method and Description |
---|---|
List<MatchEntity> |
SummonerEntity.getMatchQueryEntities()
Queries matches with the parameters set by
setMatchQuery*** methods. |
CompletableFuture<List<MatchEntity>> |
SummonerEntity.getMatchQueryEntitiesAsync()
Queries matches with the parameters set by
setMatchQuery*** methods. |
Copyright © 2019. All rights reserved.