Interface GlobalEventMatchmakerLobbyJoin._FinalStage
-
- All Known Implementing Classes:
GlobalEventMatchmakerLobbyJoin.Builder
- Enclosing class:
- GlobalEventMatchmakerLobbyJoin
public static interface GlobalEventMatchmakerLobbyJoin._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalEventMatchmakerLobbyJoinbuild()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
-
build
GlobalEventMatchmakerLobbyJoin build()
-
ports
GlobalEventMatchmakerLobbyJoin._FinalStage ports(java.util.Map<java.lang.String,JoinPort> ports)
-
putAllPorts
GlobalEventMatchmakerLobbyJoin._FinalStage putAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
-
ports
GlobalEventMatchmakerLobbyJoin._FinalStage ports(java.lang.String key, JoinPort value)
-
-