Uses of Enum
com.helger.commons.http.EHttpMethod
Packages that use EHttpMethod
-
Uses of EHttpMethod in com.helger.commons.http
Methods in com.helger.commons.http that return EHttpMethodModifier and TypeMethodDescriptionstatic EHttpMethodEHttpMethod.getFromNameOrDefault(String sName, EHttpMethod eDefault) static EHttpMethodEHttpMethod.getFromNameOrNull(String sName) static EHttpMethodReturns 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 EHttpMethodModifier and TypeMethodDescriptionstatic EHttpMethodEHttpMethod.getFromNameOrDefault(String sName, EHttpMethod eDefault)