| Constructor and Description |
|---|
FileSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FileSchema |
format(String format) |
String |
getFormat()
returns the format property from a FileSchema instance.
|
String |
getType()
returns the type property from a FileSchema instance.
|
int |
hashCode() |
void |
setFormat(String format) |
void |
setType(String type) |
String |
toString() |
FileSchema |
type(String type) |
$ref, addEnumItemObject, addExtension, additionalProperties, addProperties, addRequiredItem, cast, deprecated, description, discriminator, example, exclusiveMaximum, exclusiveMinimum, extensions, externalDocs, get$ref, getAdditionalProperties, getDefault, getDeprecated, getDescription, getDiscriminator, getEnum, getExample, getExclusiveMaximum, getExclusiveMinimum, getExtensions, getExternalDocs, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getName, getNot, getNullable, getPattern, getProperties, getReadOnly, getRequired, getTitle, getUniqueItems, getWriteOnly, getXml, maximum, maxItems, maxLength, maxProperties, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, pattern, properties, readOnly, required, set$ref, setAdditionalProperties, setDefault, setDeprecated, setDescription, setDiscriminator, setEnum, setExample, setExclusiveMaximum, setExclusiveMinimum, setExtensions, setExternalDocs, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setName, setNot, setNullable, setPattern, setProperties, setReadOnly, setRequired, setTitle, setUniqueItems, setWriteOnly, setXml, title, uniqueItems, writeOnly, xmlpublic String getType()
public FileSchema type(String type)
public String getFormat()
public FileSchema format(String format)
Copyright © 2018. All rights reserved.