public final class TournamentV4Endpoints extends Endpoints
| Modifier and Type | Method and Description |
|---|---|
LobbyEventDTOWrapper |
getLobbyEventsByCode(Region region,
String tournamentCode)
Gets a list of lobby events by tournament code.
|
CompletableFuture<LobbyEventDTOWrapper> |
getLobbyEventsByCodeAsync(Region region,
String tournamentCode)
Gets a list of lobby events by tournament code.
|
TournamentCode |
getTournamentCode(Region region,
String tournamentCode)
Returns the tournament code DTO associated with a tournament code string.
|
CompletableFuture<TournamentCode> |
getTournamentCodeAsync(Region region,
String tournamentCode)
Returns the tournament code DTO associated with a tournament code string.
|
public TournamentCode getTournamentCode(Region region, String tournamentCode)
region - Region to execute against.tournamentCode - (required) The tournament code string.public CompletableFuture<TournamentCode> getTournamentCodeAsync(Region region, String tournamentCode)
region - Region to execute against.tournamentCode - (required) The tournament code string.public LobbyEventDTOWrapper getLobbyEventsByCode(Region region, String tournamentCode)
region - Region to execute against.tournamentCode - (required) The short code to look up lobby events forpublic CompletableFuture<LobbyEventDTOWrapper> getLobbyEventsByCodeAsync(Region region, String tournamentCode)
region - Region to execute against.tournamentCode - (required) The short code to look up lobby events forCopyright © 2019. All rights reserved.