Uses of Class
io.swagger.models.properties.StringProperty.Format
-
Packages that use StringProperty.Format Package Description io.swagger.models.properties -
-
Uses of StringProperty.Format in io.swagger.models.properties
Methods in io.swagger.models.properties that return StringProperty.Format Modifier and Type Method Description static StringProperty.FormatStringProperty.Format. fromName(String name)static StringProperty.FormatStringProperty.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static StringProperty.Format[]StringProperty.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.swagger.models.properties with parameters of type StringProperty.Format Constructor Description StringProperty(StringProperty.Format format)
-