Uses of Class
io.swagger.v3.oas.models.headers.Header.StyleEnum
-
Packages that use Header.StyleEnum Package Description io.swagger.v3.oas.models.headers -
-
Uses of Header.StyleEnum in io.swagger.v3.oas.models.headers
Methods in io.swagger.v3.oas.models.headers that return Header.StyleEnum Modifier and Type Method Description Header.StyleEnumHeader. getStyle()returns the style property from a Header instance.static Header.StyleEnumHeader.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.Methods in io.swagger.v3.oas.models.headers with parameters of type Header.StyleEnum Modifier and Type Method Description voidHeader. setStyle(Header.StyleEnum style)HeaderHeader. style(Header.StyleEnum style)
-