public class FlickerAsyncApi extends AbstractFlickerApi
objectMapper, resourceConverter| Constructor and Description |
|---|
FlickerAsyncApi(String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Match> |
getMatch(String matchId) |
CompletableFuture<Match> |
getMatch(String matchId,
Shard shard) |
CompletableFuture<List<Match>> |
getMatches() |
CompletableFuture<List<Match>> |
getMatches(MatchRequest matchRequest) |
CompletableFuture<Player> |
getPlayerById(String playerId) |
CompletableFuture<Player> |
getPlayerById(String playerId,
Shard shard) |
checkStatus, get, getApiStatus, getShard, setShardpublic FlickerAsyncApi(String apiKey)
public CompletableFuture<Player> getPlayerById(String playerId)
public CompletableFuture<Player> getPlayerById(String playerId, Shard shard)
public CompletableFuture<Match> getMatch(String matchId)
public CompletableFuture<Match> getMatch(String matchId, Shard shard)
public CompletableFuture<List<Match>> getMatches()
public CompletableFuture<List<Match>> getMatches(MatchRequest matchRequest)
Copyright © 2017. All rights reserved.