public class TournamentCodeParameters extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
List<String> | 
allowedSummonerIds
Optional list of encrypted summonerIds in order to validate the players eligible to join the lobby. 
 | 
String | 
mapType
The map type of the game. 
 | 
String | 
metadata
Optional string that may contain any data in any format, if specified at all. 
 | 
String | 
pickType
The pick type of the game. 
 | 
String | 
spectatorType
The spectator type of the game. 
 | 
int | 
teamSize
The team size of the game. 
 | 
public final List<String> allowedSummonerIds
public final String mapType
public final String metadata
public final String pickType
public final String spectatorType
public final int teamSize
Copyright © 2019. All rights reserved.