Class BootstrapCaptcha.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.types.BootstrapCaptcha.Builder
-
- Enclosing class:
- BootstrapCaptcha
public static final class BootstrapCaptcha.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapCaptchabuild()BootstrapCaptcha.Builderfrom(BootstrapCaptcha other)BootstrapCaptcha.Builderturnstile(BootstrapCaptchaTurnstile turnstile)BootstrapCaptcha.Builderturnstile(java.util.Optional<BootstrapCaptchaTurnstile> turnstile)
-
-
-
Method Detail
-
from
public BootstrapCaptcha.Builder from(BootstrapCaptcha other)
-
turnstile
public BootstrapCaptcha.Builder turnstile(java.util.Optional<BootstrapCaptchaTurnstile> turnstile)
-
turnstile
public BootstrapCaptcha.Builder turnstile(BootstrapCaptchaTurnstile turnstile)
-
build
public BootstrapCaptcha build()
-
-