Class HeaderParameter
- java.lang.Object
-
- io.swagger.v3.oas.models.parameters.Parameter
-
- io.swagger.v3.oas.models.parameters.HeaderParameter
-
public class HeaderParameter extends Parameter
HeaderParameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.swagger.v3.oas.models.parameters.Parameter
Parameter.StyleEnum
-
-
Constructor Summary
Constructors Constructor Description HeaderParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIn()returns the in property from a HeaderParameter instance.inthashCode()HeaderParameterin(String in)voidsetIn(String in)StringtoString()-
Methods inherited from class io.swagger.v3.oas.models.parameters.Parameter
$ref, addExample, addExtension, addExtension31, allowEmptyValue, allowReserved, content, deprecated, description, example, examples, explode, extensions, get$ref, getAllowEmptyValue, getAllowReserved, getContent, getDeprecated, getDescription, getExample, getExamples, getExplode, getExtensions, getName, getRequired, getSchema, getStyle, name, required, schema, set$ref, setAllowEmptyValue, setAllowReserved, setContent, setDeprecated, setDescription, setExample, setExamples, setExplode, setExtensions, setName, setRequired, setSchema, setStyle, style
-
-
-
-
Method Detail
-
getIn
public String getIn()
returns the in property from a HeaderParameter instance.
-
in
public HeaderParameter in(String in)
-
-