Class FindLobbyResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.matchmaker.lobbies.types.FindLobbyResponse.Builder
-
- All Implemented Interfaces:
FindLobbyResponse._FinalStage,FindLobbyResponse.LobbyStage,FindLobbyResponse.PlayerStage
- Enclosing class:
- FindLobbyResponse
public static final class FindLobbyResponse.Builder extends java.lang.Object implements FindLobbyResponse.LobbyStage, FindLobbyResponse.PlayerStage, FindLobbyResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindLobbyResponsebuild()FindLobbyResponse.Builderfrom(FindLobbyResponse other)FindLobbyResponse.PlayerStagelobby(JoinLobby lobby)FindLobbyResponse._FinalStageplayer(JoinPlayer player)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
-
from
public FindLobbyResponse.Builder from(FindLobbyResponse other)
- Specified by:
fromin interfaceFindLobbyResponse.LobbyStage
-
lobby
public FindLobbyResponse.PlayerStage lobby(JoinLobby lobby)
- Specified by:
lobbyin interfaceFindLobbyResponse.LobbyStage
-
player
public FindLobbyResponse._FinalStage player(JoinPlayer player)
- Specified by:
playerin interfaceFindLobbyResponse.PlayerStage
-
ports
public FindLobbyResponse._FinalStage ports(java.lang.String key, JoinPort value)
- Specified by:
portsin interfaceFindLobbyResponse._FinalStage
-
putAllPorts
public FindLobbyResponse._FinalStage putAllPorts(java.util.Map<java.lang.String,JoinPort> ports)
- Specified by:
putAllPortsin interfaceFindLobbyResponse._FinalStage
-
ports
public FindLobbyResponse._FinalStage ports(java.util.Map<java.lang.String,JoinPort> ports)
- Specified by:
portsin interfaceFindLobbyResponse._FinalStage
-
build
public FindLobbyResponse build()
- Specified by:
buildin interfaceFindLobbyResponse._FinalStage
-
-