Package | Description |
---|---|
io.swagger.v3.oas.models.headers |
Modifier and Type | Method and Description |
---|---|
Header.StyleEnum |
Header.getStyle()
returns the style property from a Header instance.
|
static Header.StyleEnum |
Header.StyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header.StyleEnum[] |
Header.StyleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Header.setStyle(Header.StyleEnum style) |
Header |
Header.style(Header.StyleEnum style) |
Copyright © 2019. All rights reserved.