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