Package | Description |
---|---|
com.ibasco.agql.protocols.supercell.coc.webapi.interfaces | |
com.ibasco.agql.protocols.supercell.coc.webapi.pojos |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CocLeague> |
CocLeagues.getLeagueInfo(int leagueId)
Deprecated.
Get league information
|
CompletableFuture<List<CocLeague>> |
CocLeagues.getLeagueList()
Deprecated.
Get list of leagues
|
CompletableFuture<List<CocLeague>> |
CocLeagues.getLeagueList(int limit)
Deprecated.
Get list of leagues
|
CompletableFuture<List<CocLeague>> |
CocLeagues.getLeagueList(int limit,
int before,
int after)
Deprecated.
Get list of leagues
|
Modifier and Type | Method and Description |
---|---|
CocLeague |
CocPlayerRankInfo.getLeague()
Deprecated.
Getter for the field
league . |
CocLeague |
CocPlayerBasicInfo.getLeague()
Deprecated.
Getter for the field
league . |
Modifier and Type | Method and Description |
---|---|
void |
CocPlayerRankInfo.setLeague(CocLeague league)
Deprecated.
Setter for the field
league . |
void |
CocPlayerBasicInfo.setLeague(CocLeague league)
Deprecated.
Setter for the field
league . |
Copyright © 2016–2024. All rights reserved.