Class GlobalEventMatchmakerLobbyJoin.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.common.types.GlobalEventMatchmakerLobbyJoin.Builder
-
- All Implemented Interfaces:
GlobalEventMatchmakerLobbyJoin._FinalStage,GlobalEventMatchmakerLobbyJoin.LobbyStage,GlobalEventMatchmakerLobbyJoin.PlayerStage
- Enclosing class:
- GlobalEventMatchmakerLobbyJoin
public static final class GlobalEventMatchmakerLobbyJoin.Builder extends java.lang.Object implements GlobalEventMatchmakerLobbyJoin.LobbyStage, GlobalEventMatchmakerLobbyJoin.PlayerStage, GlobalEventMatchmakerLobbyJoin._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalEventMatchmakerLobbyJoinbuild()GlobalEventMatchmakerLobbyJoin.Builderfrom(GlobalEventMatchmakerLobbyJoin other)GlobalEventMatchmakerLobbyJoin.PlayerStagelobby(JoinLobby lobby)GlobalEventMatchmakerLobbyJoin._FinalStageplayer(JoinPlayer player)GlobalEventMatchmakerLobbyJoin._FinalStageports(java.lang.String key, JoinPort value)GlobalEventMatchmakerLobbyJoin._FinalStageports(java.util.Map<java.lang.String,JoinPort> ports)GlobalEventMatchmakerLobbyJoin._FinalStageputAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
-
-
-
Method Detail
-
from
public GlobalEventMatchmakerLobbyJoin.Builder from(GlobalEventMatchmakerLobbyJoin other)
- Specified by:
fromin interfaceGlobalEventMatchmakerLobbyJoin.LobbyStage
-
lobby
public GlobalEventMatchmakerLobbyJoin.PlayerStage lobby(JoinLobby lobby)
- Specified by:
lobbyin interfaceGlobalEventMatchmakerLobbyJoin.LobbyStage
-
player
public GlobalEventMatchmakerLobbyJoin._FinalStage player(JoinPlayer player)
- Specified by:
playerin interfaceGlobalEventMatchmakerLobbyJoin.PlayerStage
-
ports
public GlobalEventMatchmakerLobbyJoin._FinalStage ports(java.lang.String key, JoinPort value)
- Specified by:
portsin interfaceGlobalEventMatchmakerLobbyJoin._FinalStage
-
putAllPorts
public GlobalEventMatchmakerLobbyJoin._FinalStage putAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
- Specified by:
putAllPortsin interfaceGlobalEventMatchmakerLobbyJoin._FinalStage
-
ports
public GlobalEventMatchmakerLobbyJoin._FinalStage ports(java.util.Map<java.lang.String,JoinPort> ports)
- Specified by:
portsin interfaceGlobalEventMatchmakerLobbyJoin._FinalStage
-
build
public GlobalEventMatchmakerLobbyJoin build()
- Specified by:
buildin interfaceGlobalEventMatchmakerLobbyJoin._FinalStage
-
-