Uses of Class
io.swagger.models.ArrayModel
-
Packages that use ArrayModel Package Description io.swagger.models -
-
Uses of ArrayModel in io.swagger.models
Methods in io.swagger.models that return ArrayModel Modifier and Type Method Description ArrayModelArrayModel. description(String description)ArrayModelArrayModel. items(Property items)ArrayModelArrayModel. maxItems(int maxItems)ArrayModelArrayModel. minItems(int minItems)ArrayModelArrayModel. uniqueItems(Boolean uniqueItems)
-