| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.DetailLevelCodeType | |
Java class for DetailLevelCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DetailLevelCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="ReturnAll"/>
<enumeration value="ItemReturnDescription"/>
<enumeration value="ItemReturnAttributes"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DetailLevelCodeType | ITEM_RETURN_ATTRIBUTES | Return attributes as part of the item. | |||||||||
| DetailLevelCodeType | ITEM_RETURN_DESCRIPTION | Return item description. | |||||||||
| DetailLevelCodeType | RETURN_ALL | Return in response message all detail levels. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Return attributes as part of the item.