Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Captcha |
build() |
Captcha.Builder |
copy(Captcha o) |
Captcha.Builder |
failureMessage(String failureMessage) |
Captcha.Builder |
footerText(String footerText) |
Captcha.Builder |
headerText(String headerText) |
Captcha.Builder |
sessionExpirationInSeconds(Integer sessionExpirationInSeconds) |
Captcha.Builder |
submitLabel(String submitLabel) |
Captcha.Builder |
title(String title) |
Captcha.Builder |
url(String url) |
public Captcha.Builder url(String url)
public Captcha.Builder sessionExpirationInSeconds(Integer sessionExpirationInSeconds)
public Captcha.Builder title(String title)
public Captcha.Builder headerText(String headerText)
public Captcha.Builder footerText(String footerText)
public Captcha.Builder failureMessage(String failureMessage)
public Captcha.Builder submitLabel(String submitLabel)
public Captcha build()
public Captcha.Builder copy(Captcha o)
Copyright © 2016–2019. All rights reserved.