Uses of Enum Class
cloud.opencode.base.captcha.ValidationResult.ResultCode
Packages that use ValidationResult.ResultCode
Package
Description
OpenCode Base Captcha - Zero-dependency CAPTCHA generation library
OpenCode Base 验证码 - 零依赖验证码生成库
-
Uses of ValidationResult.ResultCode in cloud.opencode.base.captcha
Subclasses with type arguments of type ValidationResult.ResultCode in cloud.opencode.base.captchaModifier and TypeClassDescriptionstatic enumResult codes for validation.Methods in cloud.opencode.base.captcha that return ValidationResult.ResultCodeModifier and TypeMethodDescriptionValidationResult.code()Returns the value of thecoderecord component.static ValidationResult.ResultCodeReturns the enum constant of this class with the specified name.static ValidationResult.ResultCode[]ValidationResult.ResultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.captcha with parameters of type ValidationResult.ResultCodeModifierConstructorDescriptionValidationResult(boolean success, String message, ValidationResult.ResultCode code) Creates an instance of aValidationResultrecord class.