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