Uses of Class
io.swagger.codegen.v3.service.GenerationRequest.Type
-
Packages that use GenerationRequest.Type Package Description io.swagger.codegen.v3.service -
-
Uses of GenerationRequest.Type in io.swagger.codegen.v3.service
Methods in io.swagger.codegen.v3.service that return GenerationRequest.Type Modifier and Type Method Description static GenerationRequest.TypeGenerationRequest.Type. fromValue(String name)GenerationRequest.TypeGenerationRequest. getType()static GenerationRequest.TypeGenerationRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationRequest.Type[]GenerationRequest.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.codegen.v3.service with parameters of type GenerationRequest.Type Modifier and Type Method Description voidGenerationRequest. setType(GenerationRequest.Type type)GenerationRequestGenerationRequest. type(GenerationRequest.Type type)
-