Uses of Class
io.virtualan.core.model.RequestType
-
Packages that use RequestType Package Description io.virtualan.core.model -
-
Uses of RequestType in io.virtualan.core.model
Methods in io.virtualan.core.model that return RequestType Modifier and Type Method Description static RequestTypeRequestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-