public final class TournamentStubV4Endpoints extends Endpoints
| Modifier and Type | Method and Description | 
|---|---|
LobbyEventDTOWrapper | 
getLobbyEventsByCode(Region region,
                    String tournamentCode)
Gets a mock list of lobby events by tournament code. 
 | 
CompletableFuture<LobbyEventDTOWrapper> | 
getLobbyEventsByCodeAsync(Region region,
                         String tournamentCode)
Gets a mock list of lobby events by tournament code. 
 | 
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.