| Package | Description | 
|---|---|
| org.eclipse.microprofile.openapi.models.headers | 
 Copyright (c) 2017 Contributors to the Eclipse Foundation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Header.Style | 
Header.getStyle()
Returns the style property from a Header instance. 
 | 
static Header.Style | 
Header.Style.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Header.Style[] | 
Header.Style.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.Style style)
Sets this Header's style property to the given style. 
 | 
Header | 
Header.style(Header.Style style)
Sets this Header's style property to the given style. 
 | 
Copyright © 2018. All rights reserved.