Uses of Class
org.opennms.web.rest.api.ApiVersion
-
Packages that use ApiVersion Package Description org.opennms.web.rest.api -
-
Uses of ApiVersion in org.opennms.web.rest.api
Methods in org.opennms.web.rest.api that return ApiVersion Modifier and Type Method Description static ApiVersion
ApiVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiVersion[]
ApiVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opennms.web.rest.api with parameters of type ApiVersion Constructor Description ResourceLocation(ApiVersion version, String... path)
-