| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.ListingEnhancementsCodeType | |
Java class for ListingEnhancementsCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ListingEnhancementsCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Border"/>
<enumeration value="BoldTitle"/>
<enumeration value="Featured"/>
<enumeration value="Highlight"/>
<enumeration value="HomePageFeatured"/>
<enumeration value="CustomCode"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ListingEnhancementsCodeType | BOLD_TITLE | Indicates whether the bolding option was used. | |||||||||
| ListingEnhancementsCodeType | BORDER | Indicates whether an item will be displayed with a border that will go around the item (e.g., for category-based search result page or store search that brings up multiple items) to differentiate it from the rest of list. | |||||||||
| ListingEnhancementsCodeType | CUSTOM_CODE | Reserved for internal or future use. | |||||||||
| ListingEnhancementsCodeType | FEATURED | Indicates whether it is a featured item. | |||||||||
| ListingEnhancementsCodeType | HIGHLIGHT | Indicates item's listing is highlighted. | |||||||||
| ListingEnhancementsCodeType | HOME_PAGE_FEATURED | Indicates item's listing is home page featured. | |||||||||
| 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
| |||||||||||
Indicates whether the bolding option was used.
Indicates whether an item will be displayed with a border that will go around the item (e.g., for category-based search result page or store search that brings up multiple items) to differentiate it from the rest of list.
Indicates item's listing is home page featured.