Uses of Class
com.helger.commons.http.EHttpMethod
-
Packages that use EHttpMethod Package Description com.helger.commons.http -
-
Uses of EHttpMethod in com.helger.commons.http
Methods in com.helger.commons.http that return EHttpMethod Modifier and Type Method Description static EHttpMethodEHttpMethod. getFromNameOrDefault(String sName, EHttpMethod eDefault)static EHttpMethodEHttpMethod. getFromNameOrNull(String sName)static EHttpMethodEHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EHttpMethod[]EHttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.http with parameters of type EHttpMethod Modifier and Type Method Description static EHttpMethodEHttpMethod. getFromNameOrDefault(String sName, EHttpMethod eDefault)
-