Uses of Class
org.teiid.olingo.web.OpenApiHandler.OpenApiVersion
-
Packages that use OpenApiHandler.OpenApiVersion Package Description org.teiid.olingo.web -
-
Uses of OpenApiHandler.OpenApiVersion in org.teiid.olingo.web
Methods in org.teiid.olingo.web that return OpenApiHandler.OpenApiVersion Modifier and Type Method Description OpenApiHandler.OpenApiVersionOpenApiHandler. getOpenApiMetadataRequestVersion(javax.servlet.http.HttpServletRequest request, String uri)static OpenApiHandler.OpenApiVersionOpenApiHandler.OpenApiVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenApiHandler.OpenApiVersion[]OpenApiHandler.OpenApiVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-