Uses of Enum Class
com.kingsrook.qqq.openapi.model.HttpMethod
Packages that use HttpMethod
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of HttpMethod in com.kingsrook.qqq.api.model.metadata.processes
Methods in com.kingsrook.qqq.api.model.metadata.processes that return HttpMethodMethods in com.kingsrook.qqq.api.model.metadata.processes with parameters of type HttpMethodModifier and TypeMethodDescriptionvoid
ApiProcessMetaData.setMethod
(HttpMethod method) Setter for methodApiProcessMetaData.withMethod
(HttpMethod method) Fluent setter for method -
Uses of HttpMethod in com.kingsrook.qqq.middleware.javalin.specs
Methods in com.kingsrook.qqq.middleware.javalin.specs that return HttpMethodMethods in com.kingsrook.qqq.middleware.javalin.specs with parameters of type HttpMethodModifier and TypeMethodDescriptionvoid
BasicOperation.setHttpMethod
(HttpMethod httpMethod) Setter for httpMethodBasicOperation.withHttpMethod
(HttpMethod httpMethod) Fluent setter for httpMethod -
Uses of HttpMethod in com.kingsrook.qqq.openapi.model
Subclasses with type arguments of type HttpMethod in com.kingsrook.qqq.openapi.modelMethods in com.kingsrook.qqq.openapi.model that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.