Uses of Class
io.swagger.codegen.v3.service.GenerationRequest.CodegenVersion
-
Packages that use GenerationRequest.CodegenVersion Package Description io.swagger.codegen.v3.service -
-
Uses of GenerationRequest.CodegenVersion in io.swagger.codegen.v3.service
Methods in io.swagger.codegen.v3.service that return GenerationRequest.CodegenVersion Modifier and Type Method Description GenerationRequest.CodegenVersionGenerationRequest. getCodegenVersion()static GenerationRequest.CodegenVersionGenerationRequest.CodegenVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationRequest.CodegenVersion[]GenerationRequest.CodegenVersion. 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.CodegenVersion Modifier and Type Method Description GenerationRequestGenerationRequest. codegenVersion(GenerationRequest.CodegenVersion codegenVersion)voidGenerationRequest. setCodegenVersion(GenerationRequest.CodegenVersion codegenVersion)
-