Package | Description |
---|---|
io.swagger.models.properties |
Modifier and Type | Method and Description |
---|---|
EmailProperty |
EmailProperty._enum(List<String> value) |
EmailProperty |
EmailProperty._enum(String value) |
EmailProperty |
EmailProperty.example(String example) |
EmailProperty |
EmailProperty.maxLength(Integer maxLength) |
EmailProperty |
EmailProperty.minLength(Integer minLength) |
EmailProperty |
EmailProperty.pattern(String pattern) |
EmailProperty |
EmailProperty.readOnly() |
EmailProperty |
EmailProperty.vendorExtension(String key,
Object obj) |
EmailProperty |
EmailProperty.xml(Xml xml) |
Copyright © 2019. All Rights Reserved.