Uses of Class
io.joshworks.restclient.http.HttpMethod
-
Packages that use HttpMethod Package Description io.joshworks.restclient.http io.joshworks.restclient.request -
-
Uses of HttpMethod in io.joshworks.restclient.http
Fields in io.joshworks.restclient.http declared as HttpMethod Modifier and Type Field Description HttpMethodClientRequest. httpMethodMethods in io.joshworks.restclient.http that return HttpMethod Modifier and Type Method Description 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. -
Uses of HttpMethod in io.joshworks.restclient.request
Methods in io.joshworks.restclient.request that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getHttpMethod()
-