public class OAuthInfo extends Object
Java class for OAuthInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OAuthInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="httpMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="httpRequestUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="httpAuthorizationHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
httpAuthorizationHeader |
protected String |
httpMethod |
protected String |
httpRequestUrl |
| Constructor and Description |
|---|
OAuthInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpAuthorizationHeader()
Gets the value of the httpAuthorizationHeader property.
|
String |
getHttpMethod()
Gets the value of the httpMethod property.
|
String |
getHttpRequestUrl()
Gets the value of the httpRequestUrl property.
|
void |
setHttpAuthorizationHeader(String value)
Sets the value of the httpAuthorizationHeader property.
|
void |
setHttpMethod(String value)
Sets the value of the httpMethod property.
|
void |
setHttpRequestUrl(String value)
Sets the value of the httpRequestUrl property.
|
protected String httpMethod
protected String httpRequestUrl
protected String httpAuthorizationHeader
public String getHttpMethod()
Stringpublic void setHttpMethod(String value)
value - allowed object is
Stringpublic String getHttpRequestUrl()
Stringpublic void setHttpRequestUrl(String value)
value - allowed object is
Stringpublic String getHttpAuthorizationHeader()
StringCopyright © 2023. All rights reserved.