Uses of Class
com.inteliqua.rest.common.SupportedApiVersion
-
Packages that use SupportedApiVersion Package Description com.inteliqua.rest.common -
-
Uses of SupportedApiVersion in com.inteliqua.rest.common
Methods in com.inteliqua.rest.common that return SupportedApiVersion Modifier and Type Method Description SupportedApiVersionminimumVersion()The minimum version of the API where the property should be included.static SupportedApiVersionSupportedApiVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedApiVersion[]SupportedApiVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-