Class GameModeFindConfig.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.gamemode.types.GameModeFindConfig.Builder
-
- All Implemented Interfaces:
GameModeFindConfig._FinalStage,GameModeFindConfig.EnabledStage
- Enclosing class:
- GameModeFindConfig
public static final class GameModeFindConfig.Builder extends java.lang.Object implements GameModeFindConfig.EnabledStage, GameModeFindConfig._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameModeFindConfigbuild()GameModeFindConfig._FinalStageenabled(boolean enabled)Sets whether or not the /find endpoint is enabled.GameModeFindConfig.Builderfrom(GameModeFindConfig other)GameModeFindConfig._FinalStageidentityRequirement(GameModeIdentityRequirement identityRequirement)GameModeFindConfig._FinalStageidentityRequirement(java.util.Optional<GameModeIdentityRequirement> identityRequirement)GameModeFindConfig._FinalStageverification(GameModeVerificationConfig verification)GameModeFindConfig._FinalStageverification(java.util.Optional<GameModeVerificationConfig> verification)
-
-
-
Method Detail
-
from
public GameModeFindConfig.Builder from(GameModeFindConfig other)
- Specified by:
fromin interfaceGameModeFindConfig.EnabledStage
-
enabled
public GameModeFindConfig._FinalStage enabled(boolean enabled)
Sets whether or not the /find endpoint is enabled.
- Specified by:
enabledin interfaceGameModeFindConfig.EnabledStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
verification
public GameModeFindConfig._FinalStage verification(GameModeVerificationConfig verification)
- Specified by:
verificationin interfaceGameModeFindConfig._FinalStage
-
verification
public GameModeFindConfig._FinalStage verification(java.util.Optional<GameModeVerificationConfig> verification)
- Specified by:
verificationin interfaceGameModeFindConfig._FinalStage
-
identityRequirement
public GameModeFindConfig._FinalStage identityRequirement(GameModeIdentityRequirement identityRequirement)
- Specified by:
identityRequirementin interfaceGameModeFindConfig._FinalStage
-
identityRequirement
public GameModeFindConfig._FinalStage identityRequirement(java.util.Optional<GameModeIdentityRequirement> identityRequirement)
- Specified by:
identityRequirementin interfaceGameModeFindConfig._FinalStage
-
build
public GameModeFindConfig build()
- Specified by:
buildin interfaceGameModeFindConfig._FinalStage
-
-