public static interface CaptchaResponse.Builder extends SdkPojo, CopyableBuilder<CaptchaResponse.Builder,CaptchaResponse>
| Modifier and Type | Method and Description |
|---|---|
CaptchaResponse.Builder |
failureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse.Builder |
failureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse.Builder |
responseCode(Integer responseCode)
The HTTP response code indicating the status of the
CAPTCHA token in the web request. |
CaptchaResponse.Builder |
solveTimestamp(Long solveTimestamp)
The time that the
CAPTCHA was last solved for the supplied token. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCaptchaResponse.Builder responseCode(Integer responseCode)
The HTTP response code indicating the status of the CAPTCHA token in the web request. If the
token is missing, invalid, or expired, this code is 405 Method Not Allowed.
responseCode - The HTTP response code indicating the status of the CAPTCHA token in the web request. If
the token is missing, invalid, or expired, this code is 405 Method Not Allowed.CaptchaResponse.Builder solveTimestamp(Long solveTimestamp)
The time that the CAPTCHA was last solved for the supplied token.
solveTimestamp - The time that the CAPTCHA was last solved for the supplied token.CaptchaResponse.Builder failureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
failureReason - The reason for failure, populated when the evaluation of the token fails.FailureReason,
FailureReasonCaptchaResponse.Builder failureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
failureReason - The reason for failure, populated when the evaluation of the token fails.FailureReason,
FailureReasonCopyright © 2023. All rights reserved.