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 VersionGrantType. getVersion()Get the Authlete version since which this grant type has been supported.VersionResponseType. 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 intVersion. compareTo(Version version)booleanVersion. greaterThan(Version other)Judge whether this version is greater than the given version.booleanVersion. greaterThanOrEqualTo(Version other)Judge whether this version is greater than or equal to the given version.booleanVersion. lessThan(Version other)Judge whether this version is less than the given version.booleanVersion. lessThanOrEqualTo(Version other)Judge whether this version is less than or equal to the given version.
-