Uses of Class
com.authlete.common.types.HokMethod
-
Packages that use HokMethod Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of HokMethod in com.authlete.common.types
Methods in com.authlete.common.types that return HokMethod Modifier and Type Method Description static HokMethod
HokMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HokMethod[]
HokMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-