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 |
---|---|
List<LeaguePosition> |
LeagueV4Endpoints.getAllLeaguePositionsForSummoner(Region region,
String encryptedSummonerId)
(Deprecated) Get league positions in all queues for a given summoner ID.
|
CompletableFuture<List<LeaguePosition>> |
LeagueV4Endpoints.getAllLeaguePositionsForSummonerAsync(Region region,
String encryptedSummonerId)
(Deprecated) Get league positions in all queues for a given summoner ID.
|
List<LeaguePosition> |
LeagueV4Endpoints.getPositionalLeagueEntries(Region region,
String positionalQueue,
String tier,
String division,
String position,
int page)
(Deprecated) Get all the positional league entries.
|
CompletableFuture<List<LeaguePosition>> |
LeagueV4Endpoints.getPositionalLeagueEntriesAsync(Region region,
String positionalQueue,
String tier,
String division,
String position,
int page)
(Deprecated) Get all the positional league entries.
|
Modifier and Type | Method and Description |
---|---|
List<LeaguePosition> |
SummonerEntity.getLeaguePositions() |
CompletableFuture<List<LeaguePosition>> |
SummonerEntity.getLeaguePositionsAsync() |
Copyright © 2019. All rights reserved.