| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveRequestDetailsType |
Java class for IncentiveRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RequestType" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestCodeType" minOccurs="0"/>
<element name="RequestDetailLevel" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestDetailLevelCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| requestDetailLevel | |||||||||||
| requestId | |||||||||||
| requestType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the requestDetailLevel property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Gets the value of the requestType property.
| |||||||||||
Sets the value of the requestDetailLevel property.
| |||||||||||
Sets the value of the requestId property.
| |||||||||||
Sets the value of the requestType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the requestDetailLevel property.
IncentiveRequestDetailLevelCodeType
Gets the value of the requestId property.
Gets the value of the requestType property.
IncentiveRequestCodeType
Sets the value of the requestDetailLevel property.
| value | Allowed object is
IncentiveRequestDetailLevelCodeType
|
|---|
Sets the value of the requestId property.
| value | Allowed object is String |
|---|
Sets the value of the requestType property.
| value | Allowed object is
IncentiveRequestCodeType
|
|---|