Class ConfigTurnstile.Builder
- java.lang.Object
-
- com.rivet.api.resources.captcha.config.types.ConfigTurnstile.Builder
-
- All Implemented Interfaces:
ConfigTurnstile._FinalStage,ConfigTurnstile.ClientResponseStage
- Enclosing class:
- ConfigTurnstile
public static final class ConfigTurnstile.Builder extends java.lang.Object implements ConfigTurnstile.ClientResponseStage, ConfigTurnstile._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigTurnstilebuild()ConfigTurnstile._FinalStageclientResponse(java.lang.String clientResponse)ConfigTurnstile.Builderfrom(ConfigTurnstile other)
-
-
-
Method Detail
-
from
public ConfigTurnstile.Builder from(ConfigTurnstile other)
- Specified by:
fromin interfaceConfigTurnstile.ClientResponseStage
-
clientResponse
public ConfigTurnstile._FinalStage clientResponse(java.lang.String clientResponse)
- Specified by:
clientResponsein interfaceConfigTurnstile.ClientResponseStage
-
build
public ConfigTurnstile build()
- Specified by:
buildin interfaceConfigTurnstile._FinalStage
-
-