Uses of Class
com.authlete.common.util.Version
-
Packages that use Version Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants.com.authlete.common.util Utility classes. -
-
Uses of Version in com.authlete.common.types
Methods in com.authlete.common.types that return Version Modifier and Type Method Description Version
GrantType. getVersion()
Get the Authlete version since which this grant type has been supported.Version
ResponseType. getVersion()
Get the Authlete version since which this response type has been supported. -
Uses of Version in com.authlete.common.util
Methods in com.authlete.common.util with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version version)
boolean
Version. greaterThan(Version other)
Judge whether this version is greater than the given version.boolean
Version. greaterThanOrEqualTo(Version other)
Judge whether this version is greater than or equal to the given version.boolean
Version. lessThan(Version other)
Judge whether this version is less than the given version.boolean
Version. lessThanOrEqualTo(Version other)
Judge whether this version is less than or equal to the given version.
-