Uses of Class
com.github.elibracha.models.validations.enums.HttpMethodSupport
-
Packages that use HttpMethodSupport Package Description com.github.elibracha.models.validations.enums -
-
Uses of HttpMethodSupport in com.github.elibracha.models.validations.enums
Methods in com.github.elibracha.models.validations.enums that return HttpMethodSupport Modifier and Type Method Description static HttpMethodSupportHttpMethodSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethodSupport[]HttpMethodSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.
-