Class UpdateGameNamespaceMatchmakerConfigRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.namespaces.types.UpdateGameNamespaceMatchmakerConfigRequest.Builder
-
- All Implemented Interfaces:
UpdateGameNamespaceMatchmakerConfigRequest._FinalStage,UpdateGameNamespaceMatchmakerConfigRequest.LobbyCountMaxStage,UpdateGameNamespaceMatchmakerConfigRequest.MaxPlayersStage
- Enclosing class:
- UpdateGameNamespaceMatchmakerConfigRequest
public static final class UpdateGameNamespaceMatchmakerConfigRequest.Builder extends java.lang.Object implements UpdateGameNamespaceMatchmakerConfigRequest.LobbyCountMaxStage, UpdateGameNamespaceMatchmakerConfigRequest.MaxPlayersStage, UpdateGameNamespaceMatchmakerConfigRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGameNamespaceMatchmakerConfigRequestbuild()UpdateGameNamespaceMatchmakerConfigRequest.Builderfrom(UpdateGameNamespaceMatchmakerConfigRequest other)UpdateGameNamespaceMatchmakerConfigRequest.MaxPlayersStagelobbyCountMax(int lobbyCountMax)Unsigned 32 bit integer.UpdateGameNamespaceMatchmakerConfigRequest._FinalStagemaxPlayers(int maxPlayers)Unsigned 32 bit integer.
-
-
-
Method Detail
-
from
public UpdateGameNamespaceMatchmakerConfigRequest.Builder from(UpdateGameNamespaceMatchmakerConfigRequest other)
- Specified by:
fromin interfaceUpdateGameNamespaceMatchmakerConfigRequest.LobbyCountMaxStage
-
lobbyCountMax
public UpdateGameNamespaceMatchmakerConfigRequest.MaxPlayersStage lobbyCountMax(int lobbyCountMax)
Unsigned 32 bit integer.
- Specified by:
lobbyCountMaxin interfaceUpdateGameNamespaceMatchmakerConfigRequest.LobbyCountMaxStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
maxPlayers
public UpdateGameNamespaceMatchmakerConfigRequest._FinalStage maxPlayers(int maxPlayers)
Unsigned 32 bit integer.
- Specified by:
maxPlayersin interfaceUpdateGameNamespaceMatchmakerConfigRequest.MaxPlayersStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public UpdateGameNamespaceMatchmakerConfigRequest build()
- Specified by:
buildin interfaceUpdateGameNamespaceMatchmakerConfigRequest._FinalStage
-
-