Interface FindLobbyResponse._FinalStage
-
- All Known Implementing Classes:
FindLobbyResponse.Builder
- Enclosing class:
- FindLobbyResponse
public static interface FindLobbyResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindLobbyResponsebuild()FindLobbyResponse._FinalStageports(java.lang.String key, JoinPort value)FindLobbyResponse._FinalStageports(java.util.Map<java.lang.String,JoinPort> ports)FindLobbyResponse._FinalStageputAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
-
-
-
Method Detail
-
build
FindLobbyResponse build()
-
ports
FindLobbyResponse._FinalStage ports(java.util.Map<java.lang.String,JoinPort> ports)
-
putAllPorts
FindLobbyResponse._FinalStage putAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
-
ports
FindLobbyResponse._FinalStage ports(java.lang.String key, JoinPort value)
-
-