Uses of Class
de.sstoehr.harreader.model.HttpMethod
-
Packages that use HttpMethod Package Description de.sstoehr.harreader.model -
-
Uses of HttpMethod in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return HttpMethod Modifier and Type Method Description HttpMethodHarRequest. getMethod()static HttpMethodHttpMethod. valueOf(java.lang.String name)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 de.sstoehr.harreader.model with parameters of type HttpMethod Modifier and Type Method Description voidHarRequest. setMethod(HttpMethod method)
-