Uses of Class
com.github.m0nk3y2k4.thetvdb.internal.util.http.HttpRequestMethod
-
Packages that use HttpRequestMethod Package Description com.github.m0nk3y2k4.thetvdb.internal.util.http Defines general functionality for processing web requests -
-
Uses of HttpRequestMethod in com.github.m0nk3y2k4.thetvdb.internal.util.http
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.http that return HttpRequestMethod Modifier and Type Method Description static HttpRequestMethod
HttpRequestMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpRequestMethod[]
HttpRequestMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-