| Package | Description |
|---|---|
| com.vain.flicker.api |
| Modifier and Type | Method and Description |
|---|---|
Match |
FlickerApi.getMatch(String matchId) |
Match |
FlickerApi.getMatch(String matchId,
Shard shard) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Match> |
FlickerAsyncApi.getMatch(String matchId) |
CompletableFuture<Match> |
FlickerAsyncApi.getMatch(String matchId,
Shard shard) |
CompletableFuture<List<Match>> |
FlickerAsyncApi.getMatches() |
List<Match> |
FlickerApi.getMatches() |
CompletableFuture<List<Match>> |
FlickerAsyncApi.getMatches(MatchRequest matchRequest) |
List<Match> |
FlickerApi.getMatches(MatchRequest matchRequest) |
Copyright © 2017. All rights reserved.