Uses of Class
io.swagger.models.properties.UUIDProperty
-
Packages that use UUIDProperty Package Description io.swagger.models.properties -
-
Uses of UUIDProperty in io.swagger.models.properties
Methods in io.swagger.models.properties that return UUIDProperty Modifier and Type Method Description UUIDPropertyUUIDProperty. _default(String _default)UUIDPropertyUUIDProperty. _enum(String value)UUIDPropertyUUIDProperty. _enum(List<String> value)UUIDPropertyUUIDProperty. maxLength(Integer maxLength)UUIDPropertyUUIDProperty. minLength(Integer minLength)UUIDPropertyUUIDProperty. pattern(String pattern)UUIDPropertyUUIDProperty. readOnly()UUIDPropertyUUIDProperty. vendorExtension(String key, Object obj)UUIDPropertyUUIDProperty. xml(Xml xml)
-