-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum HCaptchaOrientation implements Serializable
The hCaptcha challenge orientation
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringorientation
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<HCaptchaOrientation>values()static HCaptchaOrientationvalueOf(String name)StringgetOrientation()-
-
Method Detail
-
values
static Array<HCaptchaOrientation> values()
-
valueOf
static HCaptchaOrientation valueOf(String name)
-
getOrientation
String getOrientation()
-
-
-
-