Uses of Enum
org.openapitools.client.model.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.openapitools.client.model
Methods in org.openapitools.client.model that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
static HttpMethod
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model that return types with arguments of type HttpMethodMethods in org.openapitools.client.model with parameters of type HttpMethodMethod parameters in org.openapitools.client.model with type arguments of type HttpMethodModifier and TypeMethodDescriptionHrefObjectHints.allow
(List<HttpMethod> allow) void
HrefObjectHints.setAllow
(List<HttpMethod> allow)