Uses of Enum Class
de.sstoehr.harreader.model.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in de.sstoehr.harreader.model
Subclasses with type arguments of type HttpMethod in de.sstoehr.harreader.modelMethods in de.sstoehr.harreader.model that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String method) HarRequest.httpMethod()static HttpMethodReturns 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.