Uses of Enum Class
dev.galasa.framework.api.common.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in dev.galasa.framework.api.common
Methods in dev.galasa.framework.api.common that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
HttpMethod.getFromString
(String httpMethodStr) static HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.