Class CaptchaHcaptcha.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.common.types.CaptchaHcaptcha.Builder
-
- All Implemented Interfaces:
CaptchaHcaptcha._FinalStage,CaptchaHcaptcha.LevelStage
- Enclosing class:
- CaptchaHcaptcha
public static final class CaptchaHcaptcha.Builder extends java.lang.Object implements CaptchaHcaptcha.LevelStage, CaptchaHcaptcha._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaptchaHcaptchabuild()CaptchaHcaptcha.Builderfrom(CaptchaHcaptcha other)CaptchaHcaptcha._FinalStagelevel(CaptchaHcaptchaLevel level)
-
-
-
Method Detail
-
from
public CaptchaHcaptcha.Builder from(CaptchaHcaptcha other)
- Specified by:
fromin interfaceCaptchaHcaptcha.LevelStage
-
level
public CaptchaHcaptcha._FinalStage level(CaptchaHcaptchaLevel level)
- Specified by:
levelin interfaceCaptchaHcaptcha.LevelStage
-
build
public CaptchaHcaptcha build()
- Specified by:
buildin interfaceCaptchaHcaptcha._FinalStage
-
-