Uses of Class
com.authlete.common.conf.AuthleteApiVersion
-
Packages that use AuthleteApiVersion Package Description com.authlete.common.conf The definition of Authlete configuration (AuthleteConfiguration
) and its implementations. -
-
Uses of AuthleteApiVersion in com.authlete.common.conf
Methods in com.authlete.common.conf that return AuthleteApiVersion Modifier and Type Method Description static AuthleteApiVersion
AuthleteApiVersion. parse(String version)
Parse the given string asAuthleteApiVersion
.static AuthleteApiVersion
AuthleteApiVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthleteApiVersion[]
AuthleteApiVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-