Uses of Class
lumis.service.portalmanagement.testautomation.HttpMethod
-
Packages that use HttpMethod Package Description lumis.service.portalmanagement.testautomation -
-
Uses of HttpMethod in lumis.service.portalmanagement.testautomation
Methods in lumis.service.portalmanagement.testautomation that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. valueOf(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.
-