public class TournamentCodeUpdateParameters 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
              (Legal values:  SUMMONERS_RIFT,  TWISTED_TREELINE,  HOWLING_ABYSS) 
 | 
String | 
pickType
The pick type
              (Legal values:  BLIND_PICK,  DRAFT_MODE,  ALL_RANDOM,  TOURNAMENT_DRAFT) 
 | 
String | 
spectatorType
The spectator type
              (Legal values:  NONE,  LOBBYONLY,  ALL) 
 | 
public final List<String> allowedSummonerIds
public final String mapType
public final String pickType
public final String spectatorType
Copyright © 2019. All rights reserved.