| java.lang.Object | |
| ↳ | com.workday.integrations.HTTPHeaderType |
HTTP Header
Java class for HTTP_HeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HTTP_HeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header_Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Header_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| headerName | |||||||||||
| headerValue | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the headerName property.
| |||||||||||
Gets the value of the headerValue property.
| |||||||||||
Sets the value of the headerName property.
| |||||||||||
Sets the value of the headerValue property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the headerName property.
Gets the value of the headerValue property.
Sets the value of the headerName property.
| value | Allowed object is String |
|---|
Sets the value of the headerValue property.
| value | Allowed object is String |
|---|