Class GameModeFindConfig.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.gamemode.types.GameModeFindConfig.Builder
-
- All Implemented Interfaces:
GameModeFindConfig._FinalStage,GameModeFindConfig.EnabledStage,GameModeFindConfig.IdentityRequirementStage
- Enclosing class:
- GameModeFindConfig
public static final class GameModeFindConfig.Builder extends java.lang.Object implements GameModeFindConfig.EnabledStage, GameModeFindConfig.IdentityRequirementStage, GameModeFindConfig._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameModeFindConfigbuild()GameModeFindConfig.IdentityRequirementStageenabled(boolean enabled)Sets whether or not the /find endpoint is enabled.GameModeFindConfig.Builderfrom(GameModeFindConfig other)GameModeFindConfig._FinalStageidentityRequirement(GameModeIdentityRequirement identityRequirement)GameModeFindConfig._FinalStageverificationConfig(GameModeVerificationConfig verificationConfig)GameModeFindConfig._FinalStageverificationConfig(java.util.Optional<GameModeVerificationConfig> verificationConfig)
-
-
-
Method Detail
-
from
public GameModeFindConfig.Builder from(GameModeFindConfig other)
- Specified by:
fromin interfaceGameModeFindConfig.EnabledStage
-
enabled
public GameModeFindConfig.IdentityRequirementStage 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.
-
identityRequirement
public GameModeFindConfig._FinalStage identityRequirement(GameModeIdentityRequirement identityRequirement)
- Specified by:
identityRequirementin interfaceGameModeFindConfig.IdentityRequirementStage
-
verificationConfig
public GameModeFindConfig._FinalStage verificationConfig(GameModeVerificationConfig verificationConfig)
- Specified by:
verificationConfigin interfaceGameModeFindConfig._FinalStage
-
verificationConfig
public GameModeFindConfig._FinalStage verificationConfig(java.util.Optional<GameModeVerificationConfig> verificationConfig)
- Specified by:
verificationConfigin interfaceGameModeFindConfig._FinalStage
-
build
public GameModeFindConfig build()
- Specified by:
buildin interfaceGameModeFindConfig._FinalStage
-
-