Uses of Class
io.swagger.models.Scheme
-
Packages that use Scheme Package Description io.swagger.models -
-
Uses of Scheme in io.swagger.models
Fields in io.swagger.models with type parameters of type Scheme Modifier and Type Field Description protected List<Scheme>Swagger. schemesMethods in io.swagger.models that return Scheme Modifier and Type Method Description static SchemeScheme. forValue(String value)static SchemeScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static Scheme[]Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.models that return types with arguments of type Scheme Modifier and Type Method Description List<Scheme>Operation. getSchemes()List<Scheme>Swagger. getSchemes()Methods in io.swagger.models with parameters of type Scheme Modifier and Type Method Description voidOperation. addScheme(Scheme scheme)voidSwagger. addScheme(Scheme scheme)OperationOperation. scheme(Scheme scheme)SwaggerSwagger. scheme(Scheme scheme)Method parameters in io.swagger.models with type arguments of type Scheme Modifier and Type Method Description OperationOperation. schemes(List<Scheme> schemes)SwaggerSwagger. schemes(List<Scheme> schemes)voidOperation. setSchemes(List<Scheme> schemes)voidSwagger. setSchemes(List<Scheme> schemes)
-