public final class SummonerV4Endpoints extends Endpoints
Modifier and Type | Method and Description |
---|---|
Summoner |
getByAccountId(Region region,
String encryptedAccountId)
Get a summoner by account ID.
|
CompletableFuture<Summoner> |
getByAccountIdAsync(Region region,
String encryptedAccountId)
Get a summoner by account ID.
|
Summoner |
getByPUUID(Region region,
String encryptedPUUID)
Get a summoner by PUUID.
|
CompletableFuture<Summoner> |
getByPUUIDAsync(Region region,
String encryptedPUUID)
Get a summoner by PUUID.
|
Summoner |
getBySummonerId(Region region,
String encryptedSummonerId)
Get a summoner by summoner ID.
|
CompletableFuture<Summoner> |
getBySummonerIdAsync(Region region,
String encryptedSummonerId)
Get a summoner by summoner ID.
|
Summoner |
getBySummonerName(Region region,
String summonerName)
Get a summoner by summoner name.
|
CompletableFuture<Summoner> |
getBySummonerNameAsync(Region region,
String summonerName)
Get a summoner by summoner name.
|
public Summoner getByAccountId(Region region, String encryptedAccountId)
region
- Region to execute against.encryptedAccountId
- (required) nullpublic CompletableFuture<Summoner> getByAccountIdAsync(Region region, String encryptedAccountId)
region
- Region to execute against.encryptedAccountId
- (required) nullpublic Summoner getBySummonerName(Region region, String summonerName)
region
- Region to execute against.summonerName
- (required) Summoner Namepublic CompletableFuture<Summoner> getBySummonerNameAsync(Region region, String summonerName)
region
- Region to execute against.summonerName
- (required) Summoner Namepublic Summoner getByPUUID(Region region, String encryptedPUUID)
region
- Region to execute against.encryptedPUUID
- (required) Summoner IDpublic CompletableFuture<Summoner> getByPUUIDAsync(Region region, String encryptedPUUID)
region
- Region to execute against.encryptedPUUID
- (required) Summoner IDpublic Summoner getBySummonerId(Region region, String encryptedSummonerId)
region
- Region to execute against.encryptedSummonerId
- (required) Summoner IDpublic CompletableFuture<Summoner> getBySummonerIdAsync(Region region, String encryptedSummonerId)
region
- Region to execute against.encryptedSummonerId
- (required) Summoner IDCopyright © 2019. All rights reserved.