| java.lang.Object | ||
| ↳ | java.lang.Enum<chan.content.ChanConfiguration.Captcha.Input> | |
| ↳ | chan.content.ChanConfiguration.Captcha.Input | |
Captcha input mode.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChanConfiguration.Captcha.Input | ALL | Captcha may contain any letters and numbers. |
|||||||||
| ChanConfiguration.Captcha.Input | LATIN | Captcha may contain only latin letters and numbers. |
|||||||||
| ChanConfiguration.Captcha.Input | NUMERIC | Captcha may contain only numbers. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Captcha may contain any letters and numbers.
Captcha may contain only latin letters and numbers.
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
ChanConfiguration.Captcha.Input |
|