public final class ThirdPartyCodeV4Endpoints extends Endpoints
| Modifier and Type | Method and Description | 
|---|---|
String | 
getThirdPartyCodeBySummonerId(Region region,
                             String encryptedSummonerId)
Get third party code for a given summoner ID. 
 | 
CompletableFuture<String> | 
getThirdPartyCodeBySummonerIdAsync(Region region,
                                  String encryptedSummonerId)
Get third party code for a given summoner ID. 
 | 
public String getThirdPartyCodeBySummonerId(Region region, String encryptedSummonerId)
region - Region to execute against.encryptedSummonerId - (required) nullpublic CompletableFuture<String> getThirdPartyCodeBySummonerIdAsync(Region region, String encryptedSummonerId)
region - Region to execute against.encryptedSummonerId - (required) nullCopyright © 2019. All rights reserved.