Package io.swagger.models.parameters
Class HeaderParameter
- java.lang.Object
-
- io.swagger.models.parameters.AbstractParameter
-
- io.swagger.models.parameters.AbstractSerializableParameter<HeaderParameter>
-
- io.swagger.models.parameters.HeaderParameter
-
- All Implemented Interfaces:
Parameter
,SerializableParameter
public class HeaderParameter extends AbstractSerializableParameter<HeaderParameter>
-
-
Field Summary
-
Fields inherited from class io.swagger.models.parameters.AbstractSerializableParameter
_enum, allowEmptyValue, collectionFormat, defaultValue, example, exclusiveMaximum, exclusiveMinimum, format, items, maximum, maxLength, minimum, minLength, multipleOf, pattern, type, uniqueItems
-
Fields inherited from class io.swagger.models.parameters.AbstractParameter
access, description, in, name, readOnly, required
-
-
Constructor Summary
Constructors Constructor Description HeaderParameter()
-
Method Summary
-
Methods inherited from class io.swagger.models.parameters.AbstractSerializableParameter
_enum, allowEmptyValue, collectionFormat, description, equals, example, format, getAllowEmptyValue, getCollectionFormat, getDefault, getDefaultCollectionFormat, getDefaultValue, getEnum, getEnumValue, getExample, getFormat, getItems, getMaximum, getMaxItems, getMaxLength, getMinimum, getMinItems, getMinLength, getMultipleOf, getPattern, getType, hashCode, isExclusiveMaximum, isExclusiveMinimum, isUniqueItems, items, name, property, readOnly, required, setAllowEmptyValue, setCollectionFormat, setDefault, setDefaultValue, setEnum, setEnumValue, setExample, setExclusiveMaximum, setExclusiveMinimum, setFormat, setItems, setMaximum, setMaxItems, setMaxLength, setMinimum, setMinItems, setMinLength, setMultipleOf, setPattern, setProperty, setType, setUniqueItems, type
-
Methods inherited from class io.swagger.models.parameters.AbstractParameter
getAccess, getDescription, getIn, getName, getRequired, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setReadOnly, setRequired, setVendorExtension, setVendorExtensions
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.swagger.models.parameters.Parameter
getAccess, getDescription, getIn, getName, getRequired, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setReadOnly, setRequired
-
-